Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
[gn build] Manually port ba3ef33
Browse files Browse the repository at this point in the history
  • Loading branch information
aeubanks committed Jan 6, 2024
1 parent 747d8fb commit 6e1ecd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions llvm/utils/gn/secondary/llvm/lib/Target/X86/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ tablegen("X86GenDAGISel") {
td_file = "X86.td"
}

tablegen("X86GenEVEX2VEXTables") {
tablegen("X86GenCompressEVEXTables") {
visibility = [ ":LLVMX86CodeGen" ]
args = [ "-gen-x86-EVEX2VEX-tables" ]
args = [ "-gen-x86-compress-evex-tables" ]
td_file = "X86.td"
}

Expand Down Expand Up @@ -48,8 +48,8 @@ tablegen("X86GenRegisterBank") {
static_library("LLVMX86CodeGen") {
deps = [
":X86GenCallingConv",
":X86GenCompressEVEXTables",
":X86GenDAGISel",
":X86GenEVEX2VEXTables",
":X86GenFastISel",
":X86GenFoldTables",
":X86GenGlobalISel",
Expand Down Expand Up @@ -83,10 +83,10 @@ static_library("LLVMX86CodeGen") {
"X86CallFrameOptimization.cpp",
"X86CallingConv.cpp",
"X86CmovConversion.cpp",
"X86CompressEVEX.cpp",
"X86DiscriminateMemOps.cpp",
"X86DomainReassignment.cpp",
"X86DynAllocaExpander.cpp",
"X86EvexToVex.cpp",
"X86ExpandPseudo.cpp",
"X86FastISel.cpp",
"X86FastPreTileConfig.cpp",
Expand Down
4 changes: 2 additions & 2 deletions llvm/utils/gn/secondary/llvm/utils/TableGen/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ executable("llvm-tblgen") {
"DisassemblerEmitter.cpp",
"ExegesisEmitter.cpp",
"FastISelEmitter.cpp",
"GlobalISelCombinerEmitter.cpp",
"GlobalISelEmitter.cpp",
"GlobalISelMatchTable.cpp",
"GlobalISelCombinerEmitter.cpp",
"GlobalISelMatchTableExecutorEmitter.cpp",
"InfoByHwMode.cpp",
"InstrDocsEmitter.cpp",
Expand All @@ -77,8 +77,8 @@ executable("llvm-tblgen") {
"Types.cpp",
"VarLenCodeEmitterGen.cpp",
"WebAssemblyDisassemblerEmitter.cpp",
"X86CompressEVEXTablesEmitter.cpp",
"X86DisassemblerTables.cpp",
"X86EVEX2VEXTablesEmitter.cpp",
"X86FoldTablesEmitter.cpp",
"X86MnemonicTables.cpp",
"X86ModRMFilters.cpp",
Expand Down

0 comments on commit 6e1ecd1

Please sign in to comment.