diff options
author | Chih-hung Hsieh <chh@google.com> | 2020-02-10 17:48:06 +0000 |
---|---|---|
committer | Chih-hung Hsieh <chh@google.com> | 2020-02-10 17:48:06 +0000 |
commit | 0af87e8056077cabf14a66184ebefc8b70a10869 (patch) | |
tree | 4a606738c1197e4125534bac5ebe4e37db3b05dc | |
parent | 10ed3ddd93df3472816560c7c15c92e540cce7f1 (diff) |
Revert "Revert "Turn off the new pass manager due to miscompile""
This reverts commit 10ed3ddd93df3472816560c7c15c92e540cce7f1.
Reason for revert: problem found in clang-r377782
Bug: 149157191
Change-Id: I20cde351f44d241c5c65f9cfbfbb37d45c15f724
-rw-r--r-- | dist/Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/Android.bp b/dist/Android.bp index f7e43f3..414c84d 100644 --- a/dist/Android.bp +++ b/dist/Android.bp @@ -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: { |