commit | 939143a862352e527697b77d2061b41d09523125 | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Thu Feb 17 21:19:36 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 17 21:19:36 2022 +0000 |
tree | 5e5785ba48062017d3dc5dc503dbcb3516156b74 | |
parent | 70387c5d0350ee5e064c3a9dd92eb5600f0d08a4 [diff] | |
parent | 0b981f54e69d9c4efb64460b5671fa6513fb9102 [diff] |
Merge "Reland^2 "Enable hwasan use after scope detection.""
diff --git a/cc/sanitize.go b/cc/sanitize.go index 1db2219..f8661a6 100644 --- a/cc/sanitize.go +++ b/cc/sanitize.go
@@ -42,6 +42,7 @@ "-fno-omit-frame-pointer", "-Wno-frame-larger-than=", "-fsanitize-hwaddress-abi=platform", + "-mllvm", "-hwasan-use-after-scope=1", } // ThinLTO performs codegen during link time, thus these flags need to