[llvm] 53942cd - [gn build] Port adb55d7c3265
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 19 22:54:34 PDT 2021
Author: LLVM GN Syncbot
Date: 2021-07-20T05:51:14Z
New Revision: 53942cd4dcf6950736083a75bc4f97b7e7dd2ebf
URL: https://github.com/llvm/llvm-project/commit/53942cd4dcf6950736083a75bc4f97b7e7dd2ebf
DIFF: https://github.com/llvm/llvm-project/commit/53942cd4dcf6950736083a75bc4f97b7e7dd2ebf.diff
LOG: [gn build] Port adb55d7c3265
Added:
Modified:
llvm/utils/gn/secondary/compiler-rt/lib/tsan/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/compiler-rt/lib/tsan/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/tsan/BUILD.gn
index 27fa0a6be3316..95649ac6a8194 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/tsan/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/tsan/BUILD.gn
@@ -90,8 +90,6 @@ target(tsan_target_type, "tsan") {
"rtl/tsan_rtl_thread.cpp",
"rtl/tsan_stack_trace.cpp",
"rtl/tsan_stack_trace.h",
- "rtl/tsan_stat.cpp",
- "rtl/tsan_stat.h",
"rtl/tsan_suppressions.cpp",
"rtl/tsan_suppressions.h",
"rtl/tsan_symbolize.cpp",
More information about the llvm-commits
mailing list