Merge "Disable hwasan frame descriptions." am: adeb54c811

am: aabc76c5eb

Change-Id: Id77bd7d258a77e8d3b25f2bf24e02de02421bf93
This commit is contained in:
Evgenii Stepanov 2018-12-08 18:06:59 -08:00 committed by android-build-merger
commit 126da038e7

View file

@ -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"}