[llvm] f2f6d09 - [gn build] (semiautomatically) port 9b4f179bf8d3

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 21 05:11:17 PST 2021


Author: Nico Weber
Date: 2021-12-21T08:10:52-05:00
New Revision: f2f6d09185d6310317cc2bfcc01948a0e42cc081

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

LOG: [gn build] (semiautomatically) port 9b4f179bf8d3

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 5a51f872b170..086948f8f79f 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