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

Roll Clang 193323:198389

BUG=323668

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244540 0039d316-1c4b-4281-b951-d872f2087c98
parent cb82a587
......@@ -3261,6 +3261,11 @@
'-fuse-ld=gold',
'-Wno-psabi',
],
'cflags': [
# TODO(hans) Enable integrated-as (crbug.com/124610).
'-no-integrated-as',
],
'ldflags!': [
# Clang does not support the following options.
'-fuse-ld=gold',
......
......@@ -8,7 +8,7 @@
# Do NOT CHANGE this if you don't know what you're doing -- see
# https://code.google.com/p/chromium/wiki/UpdatingClang
# Reverting problematic clang rolls is safe, though.
CLANG_REVISION=193323
CLANG_REVISION=198389
THIS_DIR="$(dirname "${0}")"
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