Commit afecfbcc authored by hans@chromium.org's avatar hans@chromium.org

Roll Clang 206824:209387

BUG=370448
NOTRY=true

Review URL: https://codereview.chromium.org/296983008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272541 0039d316-1c4b-4281-b951-d872f2087c98
parent d7ae3c65
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
CLANG_LEVEL := ../.. CLANG_LEVEL := ../..
# This line is read by update.sh and other scripts in tools/clang/scripts # This line is read by update.sh and other scripts in tools/clang/scripts
LIBRARYNAME = BlinkGCPlugin_7 LIBRARYNAME = BlinkGCPlugin_8
LINK_LIBS_IN_SHARED = 0 LINK_LIBS_IN_SHARED = 0
SHARED_LIBRARY = 1 SHARED_LIBRARY = 1
......
...@@ -106,8 +106,10 @@ if [ "$(uname -s)" = "Darwin" ]; then ...@@ -106,8 +106,10 @@ if [ "$(uname -s)" = "Darwin" ]; then
fi fi
# Copy libc++ headers. # Copy libc++ headers.
mkdir $PDIR/include if [ "$(uname -s)" = "Darwin" ]; then
cp -R "${LLVM_BOOTSTRAP_INSTALL_DIR}/include/c++" $PDIR/include mkdir $PDIR/include
cp -R "${LLVM_BOOTSTRAP_INSTALL_DIR}/include/c++" $PDIR/include
fi
# Copy plugins. Some of the dylibs are pretty big, so copy only the ones we # Copy plugins. Some of the dylibs are pretty big, so copy only the ones we
# care about. # care about.
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# Do NOT CHANGE this if you don't know what you're doing -- see # Do NOT CHANGE this if you don't know what you're doing -- see
# https://code.google.com/p/chromium/wiki/UpdatingClang # https://code.google.com/p/chromium/wiki/UpdatingClang
# Reverting problematic clang rolls is safe, though. # Reverting problematic clang rolls is safe, though.
CLANG_REVISION=206824 CLANG_REVISION=209387
THIS_DIR="$(dirname "${0}")" THIS_DIR="$(dirname "${0}")"
LLVM_DIR="${THIS_DIR}/../../../third_party/llvm" LLVM_DIR="${THIS_DIR}/../../../third_party/llvm"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment