[llvm] 7724ac6 - [gn build] Port 17db0de330f9

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 3 12:29:52 PST 2022


Author: LLVM GN Syncbot
Date: 2022-12-03T20:23:49Z
New Revision: 7724ac61639a35139c7fdd7b8f3974b47d617c08

URL: https://github.com/llvm/llvm-project/commit/7724ac61639a35139c7fdd7b8f3974b47d617c08
DIFF: https://github.com/llvm/llvm-project/commit/7724ac61639a35139c7fdd7b8f3974b47d617c08.diff

LOG: [gn build] Port 17db0de330f9

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
index 60ceff67dda88..82894107994d6 100644
--- a/llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
@@ -129,6 +129,7 @@ static_library("CodeGen") {
     "MachineInstr.cpp",
     "MachineInstrBundle.cpp",
     "MachineLICM.cpp",
+    "MachineLateInstrsCleanup.cpp",
     "MachineLoopInfo.cpp",
     "MachineLoopUtils.cpp",
     "MachineModuleInfo.cpp",


        


More information about the llvm-commits mailing list