Merge "Switch to clang-r365631"

This commit is contained in:
Yi Kong
2019-08-22 18:35:54 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 6 deletions

View File

@@ -37,11 +37,7 @@ var (
}
asanLdflags = []string{"-Wl,-u,__asan_preinit"}
// TODO(pcc): Stop passing -hwasan-allow-ifunc here once it has been made
// the default.
hwasanCflags = []string{"-fno-omit-frame-pointer", "-Wno-frame-larger-than=",
"-mllvm", "-hwasan-create-frame-descriptions=0",
"-mllvm", "-hwasan-allow-ifunc",
"-fsanitize-hwaddress-abi=platform",
"-fno-experimental-new-pass-manager"}