forked from OSchip/llvm-project
[gn build] "port" 71b3bfde9c
This commit is contained in:
parent
417cd2e5c5
commit
a6114ff0cd
|
@ -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.
|
||||
|
@ -200,5 +197,9 @@ source_set("unused") {
|
|||
"asan_preinit.cpp",
|
||||
"asan_win_dll_thunk.cpp",
|
||||
"asan_win_dynamic_runtime_thunk.cpp",
|
||||
|
||||
# FIXME: These are in clang_rt.asan_static in the CMake build.
|
||||
"asan_rtl_static.cpp",
|
||||
"asan_rtl_x86_64.S",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue