forked from OSchip/llvm-project
[gn build] Port fff876c20e
This commit is contained in:
parent
fff876c20e
commit
bc56ea7c3e
|
@ -99,10 +99,7 @@ target(asan_target_type, "asan") {
|
|||
"asan_win.cpp",
|
||||
]
|
||||
if (target_os != "mac" && target_os != "win") {
|
||||
sources += [
|
||||
"asan_interceptors_vfork.S",
|
||||
"asan_rtl_x86_64.S",
|
||||
]
|
||||
sources += [ "asan_interceptors_vfork.S" ]
|
||||
}
|
||||
|
||||
# To be able to include sanitizer_common.
|
||||
|
|
Loading…
Reference in New Issue