Skip to content

Commit 227f406

Browse files
committed
[gn build] Port d0c973a
1 parent 429a84f commit 227f406

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ static_library("Support") {
124124
"Parallel.cpp",
125125
"PluginLoader.cpp",
126126
"PrettyStackTrace.cpp",
127+
"ProgramStack.cpp",
127128
"RISCVAttributeParser.cpp",
128129
"RISCVAttributes.cpp",
129130
"RISCVISAUtils.cpp",

llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ unittest("SupportTests") {
7171
"Path.cpp",
7272
"PerThreadBumpPtrAllocatorTest.cpp",
7373
"ProcessTest.cpp",
74+
"ProgramStackTest.cpp",
7475
"ProgramTest.cpp",
7576
"RISCVAttributeParserTest.cpp",
7677
"RecyclerTest.cpp",

0 commit comments

Comments
 (0)