[llvm] 1c54a91 - [gn build] Port 3d4bba302d2

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 16 11:16:59 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-10-16T18:13:18Z
New Revision: 1c54a91d11aeb5f8d5d9f299509c6bda8d993f14

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

LOG: [gn build] Port 3d4bba302d2

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 b375bcfd86d7..cccde7ab900c 100644
--- a/llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/include/BUILD.gn
@@ -12,6 +12,7 @@ copy("include") {
     "sanitizer/hwasan_interface.h",
     "sanitizer/linux_syscall_hooks.h",
     "sanitizer/lsan_interface.h",
+    "sanitizer/memprof_interface.h",
     "sanitizer/msan_interface.h",
     "sanitizer/netbsd_syscall_hooks.h",
     "sanitizer/scudo_interface.h",


        


More information about the llvm-commits mailing list