[llvm] c1e2838 - [gn build] Manually port 015dabd7
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 6 11:08:28 PDT 2023
Author: Arthur Eubanks
Date: 2023-07-06T11:08:16-07:00
New Revision: c1e283851772ba494113311405d48cfb883751d1
URL: https://github.com/llvm/llvm-project/commit/c1e283851772ba494113311405d48cfb883751d1
DIFF: https://github.com/llvm/llvm-project/commit/c1e283851772ba494113311405d48cfb883751d1.diff
LOG: [gn build] Manually port 015dabd7
Added:
Modified:
llvm/utils/gn/secondary/compiler-rt/lib/msan/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/compiler-rt/lib/msan/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/msan/BUILD.gn
index 83539acea3f565..b2ee2f681704d9 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/msan/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/msan/BUILD.gn
@@ -25,6 +25,8 @@ static_library("msan") {
"msan_allocator.h",
"msan_chained_origin_depot.cpp",
"msan_chained_origin_depot.h",
+ "msan_dl.cpp",
+ "msan_dl.h",
"msan_flags.h",
"msan_flags.inc",
"msan_interceptors.cpp",
More information about the llvm-commits
mailing list