Skip to content

Commit 1c25c8f

Browse files
committed
X86
1 parent 5a11ba0 commit 1c25c8f

File tree

8 files changed

+172
-1476
lines changed

8 files changed

+172
-1476
lines changed

llvm/lib/Target/X86/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ tablegen(LLVM X86GenInstrInfo.inc -gen-instr-info
1717
tablegen(LLVM X86GenMnemonicTables.inc -gen-x86-mnemonic-tables -asmwriternum=1)
1818
tablegen(LLVM X86GenRegisterBank.inc -gen-register-bank)
1919
tablegen(LLVM X86GenRegisterInfo.inc -gen-register-info)
20+
tablegen(LLVM X86GenSDNodeInfo.inc -gen-sd-node-info)
2021
tablegen(LLVM X86GenSubtargetInfo.inc -gen-subtarget)
2122
tablegen(LLVM X86GenFoldTables.inc -gen-x86-fold-tables -asmwriternum=1)
2223

0 commit comments

Comments
 (0)