Skip to content

Commit da62b3e

Browse files
committed
[gn build] Port a9ee8e4
1 parent d549abf commit da62b3e

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
@@ -154,6 +154,7 @@ static_library("Support") {
154154
"SuffixTreeNode.cpp",
155155
"SystemUtils.cpp",
156156
"TarWriter.cpp",
157+
"TextEncoding.cpp",
157158
"ThreadPool.cpp",
158159
"TimeProfiler.cpp",
159160
"Timer.cpp",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ unittest("SupportTests") {
9191
"SuffixTreeTest.cpp",
9292
"SwapByteOrderTest.cpp",
9393
"TarWriterTest.cpp",
94+
"TextEncodingTest.cpp",
9495
"ThreadPool.cpp",
9596
"ThreadSafeAllocatorTest.cpp",
9697
"Threading.cpp",

0 commit comments

Comments
 (0)