We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d549abf commit da62b3eCopy full SHA for da62b3e
llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -154,6 +154,7 @@ static_library("Support") {
154
"SuffixTreeNode.cpp",
155
"SystemUtils.cpp",
156
"TarWriter.cpp",
157
+ "TextEncoding.cpp",
158
"ThreadPool.cpp",
159
"TimeProfiler.cpp",
160
"Timer.cpp",
llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
@@ -91,6 +91,7 @@ unittest("SupportTests") {
91
"SuffixTreeTest.cpp",
92
"SwapByteOrderTest.cpp",
93
"TarWriterTest.cpp",
94
+ "TextEncodingTest.cpp",
95
96
"ThreadSafeAllocatorTest.cpp",
97
"Threading.cpp",
0 commit comments