[llvm] ee7c9b8 - [gn build] Manually add file

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 29 10:38:04 PDT 2021


Author: Arthur Eubanks
Date: 2021-07-29T10:37:28-07:00
New Revision: ee7c9b8f140d0614c3380022b27d9bbd963b9a77

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

LOG: [gn build] Manually add file

Since bot is broken

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 d3b726effd8d0..44b02394c5a7c 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/tsan/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/tsan/BUILD.gn
@@ -59,6 +59,7 @@ target(tsan_target_type, "tsan") {
     "rtl/tsan_flags.inc",
     "rtl/tsan_ignoreset.cpp",
     "rtl/tsan_ignoreset.h",
+    "rtl/tsan_ilist.h",
     "rtl/tsan_interceptors.h",
     "rtl/tsan_interceptors_posix.cpp",
     "rtl/tsan_interface.cpp",


        


More information about the llvm-commits mailing list