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

Commit

Permalink
Merge "Turn off the new pass manager due to miscompile"
Browse files Browse the repository at this point in the history
  • Loading branch information
kongy authored and Gerrit Code Review committed May 24, 2019
2 parents 08675b4 + 2c322e7 commit 6d1591e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ cc_defaults {
"-DBIONIC_IOCTL_NO_SIGNEDNESS_OVERLOAD",
"-Wno-unused-parameter",
"-Werror",

// Turn off the new pass manager due to miscompile.
// http://b/131854833
"-fno-experimental-new-pass-manager",
],

target: {
Expand Down

0 comments on commit 6d1591e

Please sign in to comment.