[llvm] 7436992 - Revert "[gn build] Manually port 015dabd7"

Thurston Dang via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 6 17:27:48 PDT 2023


Author: Thurston Dang
Date: 2023-07-07T00:27:38Z
New Revision: 74369923a909daa8a95fc5f5d065e5b5b5d01feb

URL: https://github.com/llvm/llvm-project/commit/74369923a909daa8a95fc5f5d065e5b5b5d01feb
DIFF: https://github.com/llvm/llvm-project/commit/74369923a909daa8a95fc5f5d065e5b5b5d01feb.diff

LOG: Revert "[gn build] Manually port 015dabd7"

I've temporarily reverted D154272 (which this commit depends on)
due to a build breakage, so also reverting this for now.

This reverts commit c1e283851772ba494113311405d48cfb883751d1.

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 b2ee2f681704d9..83539acea3f565 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/msan/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/msan/BUILD.gn
@@ -25,8 +25,6 @@ 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