summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Stoimenov <kstoimenov@google.com>2021-12-14 17:17:57 +0000
committerKirill Stoimenov <kstoimenov@google.com>2021-12-14 17:22:25 +0000
commit3bc08d8b8d7a0c0de7b96b0f6f7903125290f162 (patch)
tree087023d409b055be08e0bc9c061a7a19a6093cd4
parent76c876e7e6ef1271846a92cbea59c62b8f12ed47 (diff)
downloadllvm-3bc08d8b8d7a0c0de7b96b0f6f7903125290f162.tar.gz
[gn build] Reland 5082c330138: (semimanually) port ebc31d2.
-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.