[llvm] 8315890 - [gn build] (semi-manually) port 51fa9e0fd984

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 30 03:59:44 PDT 2021


Author: Nico Weber
Date: 2021-03-30T06:59:37-04:00
New Revision: 8315890bdc82858424d6a2bf69d44a1c8a4afad8

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

LOG: [gn build] (semi-manually) port 51fa9e0fd984

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn
index d6b125a0eb55..db17e20490ed 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn
@@ -31,6 +31,7 @@ source_set("sources") {
     "linux.h",
     "list.h",
     "local_cache.h",
+    "memtag.h",
     "mutex.h",
     "platform.h",
     "primary32.h",


        


More information about the llvm-commits mailing list