[llvm] 3555880 - [gn build] (manually) port 5c2b48fdb0a6
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 2 11:10:15 PDT 2021
Author: Nico Weber
Date: 2021-08-02T20:10:04+02:00
New Revision: 3555880f106d8075a38c71d34ce498b541740561
URL: https://github.com/llvm/llvm-project/commit/3555880f106d8075a38c71d34ce498b541740561
DIFF: https://github.com/llvm/llvm-project/commit/3555880f106d8075a38c71d34ce498b541740561.diff
LOG: [gn build] (manually) port 5c2b48fdb0a6
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 44b02394c5a7c..e1c72820f2be4 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/tsan/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/tsan/BUILD.gn
@@ -97,6 +97,8 @@ target(tsan_target_type, "tsan") {
"rtl/tsan_sync.h",
"rtl/tsan_trace.h",
"rtl/tsan_update_shadow_word_inl.h",
+ "rtl/tsan_vector_clock.cpp",
+ "rtl/tsan_vector_clock.h",
]
if (target_os == "mac") {
sources += [
More information about the llvm-commits
mailing list