commit | 35fc86c9cf4d0451ec88e7575a26f89f52c13985 | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Wed Aug 25 10:39:37 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 25 10:39:37 2021 +0000 |
tree | 09fb58a6de8e91a7775293500fb912b92718cf7e | |
parent | d9287b6c35fa898450557561ca45dd80df98a8ec [diff] | |
parent | 7c02c0883af664dc656e9acae177ea0f376ac950 [diff] |
Merge "Use new pass manager for HWASan builds."
diff --git a/cc/sanitize.go b/cc/sanitize.go index dd15ae1..90974aa 100644 --- a/cc/sanitize.go +++ b/cc/sanitize.go
@@ -41,7 +41,6 @@ hwasanCflags = []string{"-fno-omit-frame-pointer", "-Wno-frame-larger-than=", "-fsanitize-hwaddress-abi=platform", - "-fno-experimental-new-pass-manager", // The following improves debug location information // availability at the cost of its accuracy. It increases // the likelihood of a stack variable's frame offset