Upgrade to clang 278861
This commit is contained in:
parent
22b21d04bd
commit
6a80cd2b7e
2 changed files with 2 additions and 1 deletions
|
@ -241,6 +241,7 @@
|
||||||
'xcode_settings': {
|
'xcode_settings': {
|
||||||
'WARNING_CFLAGS': [
|
'WARNING_CFLAGS': [
|
||||||
'-Wno-unused-private-field',
|
'-Wno-unused-private-field',
|
||||||
|
'-Wno-address-of-packed-member',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}], # OS=="mac"
|
}], # OS=="mac"
|
||||||
|
|
|
@ -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=274142
|
CLANG_REVISION=278861
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue