[llvm] 3ce4b6a - [gn build] Port f78d49e06883

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 21 11:02:05 PST 2021


Author: LLVM GN Syncbot
Date: 2021-12-21T18:57:55Z
New Revision: 3ce4b6a5992627110609d5b79a656fb48b0b3381

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

LOG: [gn build] Port f78d49e06883

Added: 
    

Modified: 
    llvm/utils/gn/secondary/compiler-rt/lib/tsan/rtl/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/compiler-rt/lib/tsan/rtl/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/tsan/rtl/BUILD.gn
index 197008ce45b1..68f356318aed 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/tsan/rtl/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/tsan/rtl/BUILD.gn
@@ -46,8 +46,6 @@ target(tsan_target_type, "rtl") {
   cflags = [ "-fPIE" ]
 
   sources = [
-    "tsan_clock.cpp",
-    "tsan_clock.h",
     "tsan_debugging.cpp",
     "tsan_defs.h",
     "tsan_dense_alloc.h",


        


More information about the llvm-commits mailing list