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 f2d500c commit c2171d7Copy full SHA for c2171d7
llvm/utils/gn/secondary/llvm/unittests/DebugInfo/LogicalView/BUILD.gn
@@ -2,19 +2,24 @@ import("//third-party/unittest/unittest.gni")
2
3
unittest("DebugInfoLogicalViewTests") {
4
deps = [
5
+ "//llvm/lib/CodeGen/AsmPrinter",
6
"//llvm/lib/DebugInfo/LogicalView",
7
"//llvm/lib/MC/MCDisassembler",
8
"//llvm/lib/Target:AllTargetsDescs",
9
"//llvm/lib/Target:AllTargetsDisassemblers",
10
"//llvm/lib/Target:AllTargetsInfos",
11
+ "//llvm/lib/Target:TargetsToBuild",
12
"//llvm/lib/TargetParser",
13
"//llvm/lib/Testing/Support",
14
]
15
sources = [
16
+ "../DWARF/DwarfGenerator.cpp",
17
+ "../DWARF/DwarfUtils.cpp",
18
"CodeViewReaderTest.cpp",
19
"CommandLineOptionsTest.cpp",
20
"CompareElementsTest.cpp",
21
"DWARFReaderTest.cpp",
22
+ "DWARFGeneratedTest.cpp",
23
"LocationRangesTest.cpp",
24
"LogicalElementsTest.cpp",
25
"SelectElementsTest.cpp",
0 commit comments