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