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 db17e20490ed47..45de3db2307649 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 @@ -17,6 +17,7 @@ source_set("sources") { "checksum.h", "chunk.h", "combined.h", + "common.h", "common.cpp", "crc32_hw.cpp", "flags.cpp", @@ -33,6 +34,7 @@ source_set("sources") { "local_cache.h", "memtag.h", "mutex.h", + "options.h", "platform.h", "primary32.h", "primary64.h", @@ -43,6 +45,7 @@ source_set("sources") { "report.h", "secondary.h", "size_class_map.h", + "stack_depot.h", "stats.h", "string_utils.cpp", "string_utils.h",