[llvm] fc01f85 - [gn build] (semiautomatically) port 3f5f687e2e8b

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 17 04:26:46 PST 2021


Author: Nico Weber
Date: 2021-12-17T07:26:34-05:00
New Revision: fc01f85bf3ef372f6f56d6fd49e78bdc56582f4b

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

LOG: [gn build] (semiautomatically) port 3f5f687e2e8b

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/compiler-rt/lib/sanitizer_common/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/sanitizer_common/BUILD.gn
index 5a51f872b1702..086948f8f79f0 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/sanitizer_common/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/sanitizer_common/BUILD.gn
@@ -132,6 +132,7 @@ source_set("sources") {
     "sanitizer_stoptheworld_linux_libcdep.cpp",
     "sanitizer_stoptheworld_mac.cpp",
     "sanitizer_stoptheworld_netbsd_libcdep.cpp",
+    "sanitizer_stoptheworld_win.cpp",
     "sanitizer_suppressions.cpp",
     "sanitizer_suppressions.h",
     "sanitizer_symbolizer.cpp",


        


More information about the llvm-commits mailing list