We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01fbc56 commit bdd4e8bCopy full SHA for bdd4e8b
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
@@ -2232,7 +2232,7 @@ llvm_target_lib_list = [lib for lib in [
2232
("-gen-callingconv", "lib/Target/X86/X86GenCallingConv.inc"),
2233
("-gen-subtarget", "lib/Target/X86/X86GenSubtargetInfo.inc"),
2234
("-gen-x86-fold-tables -asmwriternum=1", "lib/Target/X86/X86GenFoldTables.inc"),
2235
- ("-gen-x86-compress-evex-tables", "lib/Target/X86/X86GenCompressEVEXTables.inc"),
+ ("-gen-x86-instr-mapping", "lib/Target/X86/X86GenInstrMapping.inc"),
2236
("-gen-exegesis", "lib/Target/X86/X86GenExegesis.inc"),
2237
("-gen-x86-mnemonic-tables -asmwriternum=1", "lib/Target/X86/X86GenMnemonicTables.inc"),
2238
],
0 commit comments