summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-19 01:03:01 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-19 01:03:01 +0000
commit3c8b13d55144055516f772ec4eb3829d952adae3 (patch)
tree2552b2460f512b2a12eda5710d8a596f3dcb9b01
parent91a53f11a265c6f2142943a3f77ce52991ff7e31 (diff)
parent2fc3499de9b991f1ffba1617050996248c97fa10 (diff)
downloadgwp_asan-3c8b13d55144055516f772ec4eb3829d952adae3.tar.gz
Change-Id: I6cd92e1b36f709408307453e3306214b39dcdf84
-rw-r--r--Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 7352fdc..5f8c925 100644
--- a/Android.bp
+++ b/Android.bp
@@ -226,9 +226,5 @@ cc_test {
// Ensure that the helper functions in test/backtrace.cpp don't get
// tail-call optimised, as this breaks the unwind chain.
"-fno-optimize-sibling-calls",
-
- // The experimental pass manager seems to kill __attribute__((optnone)),
- // and so we disable it (as we rely on optnone for tests/backtrace.cpp).
- "-fno-experimental-new-pass-manager",
],
}