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 03807aa commit 902fb1bCopy full SHA for 902fb1b
llvm/utils/gn/secondary/llvm/unittests/MC/AMDGPU/BUILD.gn
@@ -5,8 +5,10 @@ unittest("AMDGPUMCTests") {
5
"//llvm/lib/CodeGen",
6
"//llvm/lib/IR",
7
"//llvm/lib/MC",
8
+ "//llvm/lib/MC/MCDisassembler",
9
"//llvm/lib/Support",
10
"//llvm/lib/Target/AMDGPU:LLVMAMDGPUCodeGen",
11
+ "//llvm/lib/Target/AMDGPU/Disassembler",
12
"//llvm/lib/Target/AMDGPU/MCTargetDesc",
13
"//llvm/lib/Target/AMDGPU/TargetInfo",
14
"//llvm/lib/TargetParser",
@@ -22,5 +24,8 @@ unittest("AMDGPUMCTests") {
22
24
23
25
# AMDGPUMCTests heavily reaches into lib/Target/AMDGPU internals.
26
include_dirs = [ "//llvm/lib/Target/AMDGPU" ]
- sources = [ "DwarfRegMappings.cpp" ]
27
+ sources = [
28
+ "Disassembler.cpp",
29
+ "DwarfRegMappings.cpp",
30
+ ]
31
}
0 commit comments