Skip to content

Commit ab2b84d

Browse files
committed
[gn build] Port 3c397c9
1 parent 3c397c9 commit ab2b84d

File tree

2 files changed

+3
-0
lines changed
  • llvm/utils/gn/secondary/llvm

2 files changed

+3
-0
lines changed

llvm/utils/gn/secondary/llvm/lib/DebugInfo/LogicalView/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ static_library("LogicalView") {
1313
sources = [
1414
"Core/LVElement.cpp",
1515
"Core/LVLine.cpp",
16+
"Core/LVLocation.cpp",
1617
"Core/LVObject.cpp",
1718
"Core/LVOptions.cpp",
19+
"Core/LVRange.cpp",
1820
"Core/LVReader.cpp",
1921
"Core/LVScope.cpp",
2022
"Core/LVSort.cpp",

llvm/utils/gn/secondary/llvm/unittests/DebugInfo/LogicalView/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ unittest("DebugInfoLogicalViewTests") {
77
]
88
sources = [
99
"CommandLineOptionsTest.cpp",
10+
"LocationRangesTest.cpp",
1011
"LogicalElementsTest.cpp",
1112
"StringPoolTest.cpp",
1213
]

0 commit comments

Comments
 (0)