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 3c397c9 commit ab2b84dCopy full SHA for ab2b84d
llvm/utils/gn/secondary/llvm/lib/DebugInfo/LogicalView/BUILD.gn
@@ -13,8 +13,10 @@ static_library("LogicalView") {
13
sources = [
14
"Core/LVElement.cpp",
15
"Core/LVLine.cpp",
16
+ "Core/LVLocation.cpp",
17
"Core/LVObject.cpp",
18
"Core/LVOptions.cpp",
19
+ "Core/LVRange.cpp",
20
"Core/LVReader.cpp",
21
"Core/LVScope.cpp",
22
"Core/LVSort.cpp",
llvm/utils/gn/secondary/llvm/unittests/DebugInfo/LogicalView/BUILD.gn
@@ -7,6 +7,7 @@ unittest("DebugInfoLogicalViewTests") {
7
]
8
9
"CommandLineOptionsTest.cpp",
10
+ "LocationRangesTest.cpp",
11
"LogicalElementsTest.cpp",
12
"StringPoolTest.cpp",
0 commit comments