forked from OSchip/llvm-project
[gn build] Reland 5082c330138: (semimanually) port ebc31d2
.
This commit is contained in:
parent
76c876e7e6
commit
3bc08d8b8d
|
@ -99,7 +99,11 @@ target(asan_target_type, "asan") {
|
|||
"asan_win.cpp",
|
||||
]
|
||||
if (target_os != "mac" && target_os != "win") {
|
||||
sources += [ "asan_interceptors_vfork.S" ]
|
||||
sources += [
|
||||
"asan_interceptors_vfork.S",
|
||||
"asan_rtl_x86_64.S",
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
# To be able to include sanitizer_common.
|
||||
|
|
Loading…
Reference in New Issue