[llvm] 776937c - [gn build] (manually) port 90a10f00ff8

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 28 13:01:07 PST 2020


Author: Nico Weber
Date: 2020-01-28T16:00:54-05:00
New Revision: 776937c3e881e05c0080f1540921fccb2e926641

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

LOG: [gn build] (manually) port 90a10f00ff8

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 662e845d7cd9..ea1176f409da 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
@@ -124,6 +124,7 @@ source_set("sources") {
     "sanitizer_stacktrace_printer.h",
     "sanitizer_stacktrace_sparc.cpp",
     "sanitizer_stoptheworld.h",
+    "sanitizer_stoptheworld_fuchsia.cpp",
     "sanitizer_stoptheworld_linux_libcdep.cpp",
     "sanitizer_stoptheworld_mac.cpp",
     "sanitizer_stoptheworld_netbsd_libcdep.cpp",


        


More information about the llvm-commits mailing list