commit | 413da0418956a86c7d0d3d81179a89facdfa8781 | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Tue Nov 30 18:36:48 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Nov 30 18:36:48 2021 +0000 |
tree | 5057d19b13d996b4f3ba83f3823c60975b5d4fa7 | |
parent | 93c3cb69bcd726c18f14f94b0831d4550dccdca7 [diff] | |
parent | 753dd32123a3eb8ff251a2c876ab0c5258ead752 [diff] |
Merge "Enable hwasan use after scope detection."
diff --git a/cc/sanitize.go b/cc/sanitize.go index 93d4b4c..324e6dd 100644 --- a/cc/sanitize.go +++ b/cc/sanitize.go
@@ -43,6 +43,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