[llvm] 7f77db4 - [gn] port 5d146c689e28

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 6 12:11:07 PDT 2024


Author: Nico Weber
Date: 2024-09-06T15:11:01-04:00
New Revision: 7f77db4ffca9b275b40e8720208a03dd6cbc390e

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

LOG: [gn] port 5d146c689e28

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn
index 485beabd477a11..273fd7172da626 100644
--- a/llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn
@@ -18,6 +18,7 @@ copy("include") {
     "sanitizer/memprof_interface.h",
     "sanitizer/msan_interface.h",
     "sanitizer/netbsd_syscall_hooks.h",
+    "sanitizer/rtsan_interface.h",
     "sanitizer/scudo_interface.h",
     "sanitizer/tsan_interface.h",
     "sanitizer/tsan_interface_atomic.h",


        


More information about the llvm-commits mailing list