Skip to content

Commit b564f5e

Browse files
committed
[gn build] Port 07deaf8
1 parent 07deaf8 commit b564f5e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ static_library("Support") {
109109
"LockFileManager.cpp",
110110
"MD5.cpp",
111111
"MSP430AttributeParser.cpp",
112-
"Mustache.cpp",
113112
"MSP430Attributes.cpp",
114113
"ManagedStatic.cpp",
115114
"MathExtras.cpp",
116115
"MemAlloc.cpp",
117116
"MemoryBuffer.cpp",
118117
"MemoryBufferRef.cpp",
119118
"ModRef.cpp",
119+
"Mustache.cpp",
120120
"NativeFormatting.cpp",
121121
"OptimizedStructLayout.cpp",
122122
"OptionStrCmp.cpp",
@@ -125,6 +125,7 @@ static_library("Support") {
125125
"Parallel.cpp",
126126
"PluginLoader.cpp",
127127
"PrettyStackTrace.cpp",
128+
"ProgramStack.cpp",
128129
"RISCVAttributeParser.cpp",
129130
"RISCVAttributes.cpp",
130131
"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
@@ -74,6 +74,7 @@ unittest("SupportTests") {
7474
"Path.cpp",
7575
"PerThreadBumpPtrAllocatorTest.cpp",
7676
"ProcessTest.cpp",
77+
"ProgramStackTest.cpp",
7778
"ProgramTest.cpp",
7879
"RISCVAttributeParserTest.cpp",
7980
"RecyclerTest.cpp",

0 commit comments

Comments
 (0)