[gn build] "port" 71b3bfde9c

This commit is contained in:
Nico Weber 2021-12-23 19:49:19 -05:00
parent 417cd2e5c5
commit a6114ff0cd
1 changed files with 5 additions and 4 deletions

View File

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