diff options
author | Yi Kong <yikong@google.com> | 2019-10-03 15:25:57 -0700 |
---|---|---|
committer | Yi Kong <yikong@google.com> | 2019-10-05 08:00:15 +0000 |
commit | 10ed3ddd93df3472816560c7c15c92e540cce7f1 (patch) | |
tree | 9f36160392ce648c7e1a456c66db4290c5e3d94a | |
parent | 04b394da8ecc79cb2bce9aa5962d5d248dfa7e89 (diff) |
Revert "Turn off the new pass manager due to miscompile"
This reverts commit 2c322e71fe66db569c4d651f2abf8a1c0c57d3e2.
The miscompile is fixed by the latest compiler update.
Test: manual
Bug: 131854833
Exempt-From-Owner-Approval: Revert
-rw-r--r-- | dist/Android.bp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dist/Android.bp b/dist/Android.bp index 414c84d..f7e43f3 100644 --- a/dist/Android.bp +++ b/dist/Android.bp @@ -40,10 +40,6 @@ 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: { |