Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 6d1591e

Browse files
kongyGerrit Code Review
authored andcommitted
Merge "Turn off the new pass manager due to miscompile"
2 parents 08675b4 + 2c322e7 commit 6d1591e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dist/Android.bp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ cc_defaults {
4040
"-DBIONIC_IOCTL_NO_SIGNEDNESS_OVERLOAD",
4141
"-Wno-unused-parameter",
4242
"-Werror",
43+
44+
// Turn off the new pass manager due to miscompile.
45+
// http://b/131854833
46+
"-fno-experimental-new-pass-manager",
4347
],
4448

4549
target: {

0 commit comments

Comments
 (0)