From 8315890bdc82858424d6a2bf69d44a1c8a4afad8 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Tue, 30 Mar 2021 06:59:37 -0400 Subject: [PATCH] [gn build] (semi-manually) port 51fa9e0fd984 --- llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn | 1 + 1 file changed, 1 insertion(+) 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 d6b125a..db17e20 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", -- 2.7.4