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 c3540d0 commit e869549Copy full SHA for e869549
llvm/utils/gn/secondary/llvm/lib/Target/X86/AsmParser/BUILD.gn
@@ -10,6 +10,7 @@ static_library("AsmParser") {
10
output_name = "LLVMX86AsmParser"
11
deps = [
12
":X86GenAsmMatcher",
13
+ "..:X86GenInstrMapping",
14
"//llvm/lib/MC",
15
"//llvm/lib/MC/MCParser",
16
"//llvm/lib/Support",
llvm/utils/gn/secondary/llvm/lib/Target/X86/BUILD.gn
@@ -13,7 +13,10 @@ tablegen("X86GenDAGISel") {
}
tablegen("X86GenInstrMapping") {
- visibility = [ ":LLVMX86CodeGen" ]
+ visibility = [
17
+ ":LLVMX86CodeGen",
18
+ "AsmParser",
19
+ ]
20
args = [ "-gen-x86-instr-mapping" ]
21
td_file = "X86.td"
22
0 commit comments