Merge "Disable hwasan frame descriptions." am: adeb54c811
am: aabc76c5eb
Change-Id: Id77bd7d258a77e8d3b25f2bf24e02de02421bf93
This commit is contained in:
commit
126da038e7
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ var (
|
|||
asanLdflags = []string{"-Wl,-u,__asan_preinit"}
|
||||
asanLibs = []string{"libasan"}
|
||||
|
||||
hwasanCflags = []string{"-mllvm", "-hwasan-with-ifunc=0", "-fno-omit-frame-pointer", "-Wno-frame-larger-than="}
|
||||
hwasanCflags = []string{"-mllvm", "-hwasan-with-ifunc=0", "-fno-omit-frame-pointer", "-Wno-frame-larger-than=", "-mllvm", "-hwasan-create-frame-descriptions=0"}
|
||||
|
||||
cfiCflags = []string{"-flto", "-fsanitize-cfi-cross-dso",
|
||||
"-fsanitize-blacklist=external/compiler-rt/lib/cfi/cfi_blacklist.txt"}
|
||||
|
|
Loading…
Reference in a new issue