Skip to content

Commit 8e237d8

Browse files
committed
[gn build] Port e28b935
1 parent e28b935 commit 8e237d8

File tree

2 files changed

+13
-1
lines changed
  • llvm/utils/gn/secondary/llvm

2 files changed

+13
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,16 @@ static_library("LogicalView") {
1010
"//llvm/lib/Object",
1111
"//llvm/lib/Support",
1212
]
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+
]
1425
}

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+
"LogicalElementsTest.cpp",
1011
"StringPoolTest.cpp",
1112
]
1213
}

0 commit comments

Comments
 (0)