[llvm] caad379 - [gn build] Port a8cb9db5f59d

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 5 10:01:47 PST 2024


Author: LLVM GN Syncbot
Date: 2024-03-05T17:55:56Z
New Revision: caad3794f081321e7c9f370ebe69f297fc13097e

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

LOG: [gn build] Port a8cb9db5f59d

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/BUILD.gn
index a6b0997f54d5c6..a5718e0c48febf 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/BUILD.gn
@@ -54,6 +54,7 @@ static_library("LLVMSystemZCodeGen") {
     "SystemZSubtarget.cpp",
     "SystemZTDC.cpp",
     "SystemZTargetMachine.cpp",
+    "SystemZTargetObjectFile.cpp",
     "SystemZTargetTransformInfo.cpp",
   ]
 }


        


More information about the llvm-commits mailing list