[llvm] 9a8292f - [gn build] Port 8a12e0131f3d

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 24 09:20:17 PDT 2024


Author: Nico Weber
Date: 2024-10-24T09:20:06-07:00
New Revision: 9a8292f91454573036b5de46992a93d4de7f9fa3

URL: https://github.com/llvm/llvm-project/commit/9a8292f91454573036b5de46992a93d4de7f9fa3
DIFF: https://github.com/llvm/llvm-project/commit/9a8292f91454573036b5de46992a93d4de7f9fa3.diff

LOG: [gn build] Port 8a12e0131f3d

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
index 1479e1c355d957..c46b969f67a350 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
@@ -40,7 +40,6 @@ static_library("Utils") {
     "GlobalStatus.cpp",
     "GuardUtils.cpp",
     "HelloWorld.cpp",
-    "IRNormalizer.cpp",
     "InjectTLIMappings.cpp",
     "InlineFunction.cpp",
     "InstructionNamer.cpp",


        


More information about the llvm-commits mailing list