summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-19 03:05:45 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-19 03:05:45 +0000
commitbea5e1384bd87eada04d527c12666eecff60b2cc (patch)
tree2552b2460f512b2a12eda5710d8a596f3dcb9b01
parent244f2e4043ac3d30014d815f50a2a529fd38d081 (diff)
parent8d9aa99c490ec0c6b60f9c7a28b04ed6d23e392c (diff)
downloadgwp_asan-android13-d3-s1-release.tar.gz
Snap for 8470411 from 8d9aa99c490ec0c6b60f9c7a28b04ed6d23e392c to tm-d3-releaseandroid-13.0.0_r57android13-d3-s1-release
Change-Id: I8cceb645357bb46c6a7aaff3271d6317289dfc08
-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",
],
}