[llvm] e707797 - [gn build] Port 0118a649348b

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 23 00:23:52 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-07-23T07:19:25Z
New Revision: e7077971f2eb02a1540510a74a55d8ecc02ef903

URL: https://github.com/llvm/llvm-project/commit/e7077971f2eb02a1540510a74a55d8ecc02ef903
DIFF: https://github.com/llvm/llvm-project/commit/e7077971f2eb02a1540510a74a55d8ecc02ef903.diff

LOG: [gn build] Port 0118a649348b

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 95649ac6a8194..d3b726effd8d0 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/tsan/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/tsan/BUILD.gn
@@ -73,8 +73,6 @@ target(tsan_target_type, "tsan") {
     "rtl/tsan_md5.cpp",
     "rtl/tsan_mman.cpp",
     "rtl/tsan_mman.h",
-    "rtl/tsan_mutex.cpp",
-    "rtl/tsan_mutex.h",
     "rtl/tsan_mutexset.cpp",
     "rtl/tsan_mutexset.h",
     "rtl/tsan_platform.h",


        


More information about the llvm-commits mailing list