[llvm] 3bc08d8 - [gn build] Reland 5082c330138: (semimanually) port ebc31d2.
Kirill Stoimenov via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 14 09:23:14 PST 2021
Author: Kirill Stoimenov
Date: 2021-12-14T17:22:25Z
New Revision: 3bc08d8b8d7a0c0de7b96b0f6f7903125290f162
URL: https://github.com/llvm/llvm-project/commit/3bc08d8b8d7a0c0de7b96b0f6f7903125290f162
DIFF: https://github.com/llvm/llvm-project/commit/3bc08d8b8d7a0c0de7b96b0f6f7903125290f162.diff
LOG: [gn build] Reland 5082c330138: (semimanually) port ebc31d2.
Added:
Modified:
llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
Removed:
################################################################################
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 3f679c9aba0b8..c741175eeaf53 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.
More information about the llvm-commits
mailing list