Merge "Disable new pass manager for ASAN build" am: 5724333e22
am: 55d2d90ea4
am: 66747571f7
am: efc87ed478
Change-Id: Ib7b9134b7c9e7693debfa47f8d1d7564c48acf7a
This commit is contained in:
@@ -31,7 +31,10 @@ var (
|
||||
// understand also need to be added to ClangLibToolingUnknownCflags in
|
||||
// cc/config/clang.go
|
||||
|
||||
asanCflags = []string{"-fno-omit-frame-pointer"}
|
||||
asanCflags = []string{
|
||||
"-fno-omit-frame-pointer",
|
||||
"-fno-experimental-new-pass-manager",
|
||||
}
|
||||
asanLdflags = []string{"-Wl,-u,__asan_preinit"}
|
||||
|
||||
// TODO(pcc): Stop passing -hwasan-allow-ifunc here once it has been made
|
||||
|
Reference in New Issue
Block a user