[llvm] 24293e6 - [gn build] Port 6512a8dd8c0a
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 22 10:39:14 PDT 2024
Author: Arthur Eubanks
Date: 2024-10-22T17:32:06Z
New Revision: 24293e6900028487beaf7f44965464ca9cb2745d
URL: https://github.com/llvm/llvm-project/commit/24293e6900028487beaf7f44965464ca9cb2745d
DIFF: https://github.com/llvm/llvm-project/commit/24293e6900028487beaf7f44965464ca9cb2745d.diff
LOG: [gn build] Port 6512a8dd8c0a
Added:
Modified:
llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/MCTargetDesc/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/MCTargetDesc/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/MCTargetDesc/BUILD.gn
index e7f62e5836fc91..3897967d138c7b 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/MCTargetDesc/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/MCTargetDesc/BUILD.gn
@@ -52,8 +52,10 @@ static_library("MCTargetDesc") {
include_dirs = [ ".." ]
sources = [
"SystemZELFObjectWriter.cpp",
+ "SystemZGNUInstPrinter.cpp",
"SystemZGOFFObjectWriter.cpp",
- "SystemZInstPrinter.cpp",
+ "SystemZHLASMInstPrinter.cpp",
+ "SystemZInstPrinterCommon.cpp",
"SystemZMCAsmBackend.cpp",
"SystemZMCAsmInfo.cpp",
"SystemZMCCodeEmitter.cpp",
More information about the llvm-commits
mailing list