File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
llvm/utils/gn/secondary/llvm
lib/DebugInfo/LogicalView
unittests/DebugInfo/LogicalView Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,16 @@ static_library("LogicalView") {
10
10
" //llvm/lib/Object" ,
11
11
" //llvm/lib/Support" ,
12
12
]
13
- sources = [ " Core/LVOptions.cpp" ]
13
+ sources = [
14
+ " Core/LVElement.cpp" ,
15
+ " Core/LVLine.cpp" ,
16
+ " Core/LVObject.cpp" ,
17
+ " Core/LVOptions.cpp" ,
18
+ " Core/LVReader.cpp" ,
19
+ " Core/LVScope.cpp" ,
20
+ " Core/LVSort.cpp" ,
21
+ " Core/LVSupport.cpp" ,
22
+ " Core/LVSymbol.cpp" ,
23
+ " Core/LVType.cpp" ,
24
+ ]
14
25
}
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ unittest("DebugInfoLogicalViewTests") {
7
7
]
8
8
sources = [
9
9
" CommandLineOptionsTest.cpp" ,
10
+ " LogicalElementsTest.cpp" ,
10
11
" StringPoolTest.cpp" ,
11
12
]
12
13
}
You can’t perform that action at this time.
0 commit comments