[llvm] bc56ea7 - [gn build] Port fff876c20e83
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 13 15:34:19 PST 2021
Author: LLVM GN Syncbot
Date: 2021-12-13T23:30:23Z
New Revision: bc56ea7c3ea753384a4c6152f20390bb1b04abc6
URL: https://github.com/llvm/llvm-project/commit/bc56ea7c3ea753384a4c6152f20390bb1b04abc6
DIFF: https://github.com/llvm/llvm-project/commit/bc56ea7c3ea753384a4c6152f20390bb1b04abc6.diff
LOG: [gn build] Port fff876c20e83
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 4882e080d21cc..3f679c9aba0b8 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/asan/BUILD.gn
@@ -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.
More information about the llvm-commits
mailing list