summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-20 01:03:30 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-20 01:03:30 +0000
commit23fed5f9ae245621959e94d8de4607d00d9edef8 (patch)
tree2552b2460f512b2a12eda5710d8a596f3dcb9b01
parente261c939c1fe691e2491e6d64174d251cfa7e731 (diff)
parent3a491726721f7b040d3b95c994fdab92dd6350ee (diff)
downloadgwp_asan-android13-s1-release.tar.gz
Change-Id: I30111a2da50e81837e9522df68d4762ccdeae68b
-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",
],
}