summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Florian Mayer <fmayer@google.com> 2023-07-31 20:46:55 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-07-31 20:46:55 +0000
commit2d8b555f2e3dfacb39b92f4015249e1b3564d7db (patch)
treea1b2071c6339819a93439669c2be8f6c9e0c94ce
parentabe5e13b9fc4eb9dbffd72ad4ae57d82183c04b7 (diff)
parentf50eda3b9b5cc47769b2979e3c3eb0421bcd365a (diff)
Merge "Reland "[hwasan] remove workaround for fixed toolchain issue"" into main
-rw-r--r--cc/sanitize.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/sanitize.go b/cc/sanitize.go
index 626005b44..c1ef97034 100644
--- a/cc/sanitize.go
+++ b/cc/sanitize.go
@@ -56,10 +56,6 @@ var (
// higher number of "optimized out" stack variables.
// b/112437883.
"-instcombine-lower-dbg-declare=0",
- // TODO(b/159343917): HWASan and GlobalISel don't play nicely, and
- // GlobalISel is the default at -O0 on aarch64.
- "--aarch64-enable-global-isel-at-O=-1",
- "-fast-isel=false",
"-hwasan-use-after-scope=1",
"-dom-tree-reachability-max-bbs-to-explore=128",
}