Merge "Enable the experimental LLVM new pass manager"

am: 2adb7eec9a

Change-Id: Ifc09549fc12ac0e28b9973db105d4d83f00588dd
This commit is contained in:
Yi Kong
2019-05-24 11:10:11 -07:00
committed by android-build-merger

View File

@@ -108,6 +108,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?