Merge "Enable the experimental LLVM new pass manager" am: 2adb7eec9a
am: c0377c2a12
Change-Id: Ia4af6b0c9be34bea2aff6d7c536a38420ebb567d
This commit is contained in:
commit
8973bd7683
|
@ -107,6 +107,9 @@ func init() {
|
|||
// Help catch common 32/64-bit errors.
|
||||
"-Werror=int-conversion",
|
||||
|
||||
// Enable the new pass manager.
|
||||
"-fexperimental-new-pass-manager",
|
||||
|
||||
// Disable overly aggressive warning for macros defined with a leading underscore
|
||||
// This happens in AndroidConfig.h, which is included nearly everywhere.
|
||||
// TODO: can we remove this now?
|
||||
|
|
Loading…
Reference in New Issue