Update clang

This commit is contained in:
Cheng Zhao 2015-09-02 17:31:08 +08:00
parent 4254eb279f
commit ee0dc0d926
2 changed files with 3 additions and 1 deletions

View file

@ -85,6 +85,7 @@
'-Wno-deprecated-declarations', '-Wno-deprecated-declarations',
'-Wno-return-type', '-Wno-return-type',
'-Wno-gnu-folding-constant', '-Wno-gnu-folding-constant',
'-Wno-shift-negative-value',
], ],
}, },
'conditions': [ 'conditions': [
@ -99,6 +100,7 @@
'-Wno-unused-value', '-Wno-unused-value',
'-Wno-deprecated-declarations', '-Wno-deprecated-declarations',
'-Wno-return-type', '-Wno-return-type',
'-Wno-shift-negative-value',
# Required when building as shared library. # Required when building as shared library.
'-fPIC', '-fPIC',
], ],

View file

@ -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=233105 CLANG_REVISION=245965
# This is incremented when pushing a new build of Clang at the same revision. # This is incremented when pushing a new build of Clang at the same revision.
CLANG_SUB_REVISION=1 CLANG_SUB_REVISION=1