summaryrefslogtreecommitdiff
path: root/llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn')
-rw-r--r--llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn6
1 files changed, 5 insertions, 1 deletions
diff --git a/llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
index 3f679c9aba0b..c741175eeaf5 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
@@ -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.