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 6f66530 commit b0dd368Copy full SHA for b0dd368
llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -152,6 +152,7 @@ static_library("Support") {
152
"TimeProfiler.cpp",
153
"Timer.cpp",
154
"ToolOutputFile.cpp",
155
+ "TrieRawHashMap.cpp",
156
"Twine.cpp",
157
"TypeSize.cpp",
158
"Unicode.cpp",
llvm/utils/gn/secondary/llvm/unittests/ADT/BUILD.gn
@@ -94,6 +94,7 @@ unittest("ADTTests") {
94
"StringSetTest.cpp",
95
"StringSwitchTest.cpp",
96
"TinyPtrVectorTest.cpp",
97
+ "TrieRawHashMapTest.cpp",
98
"TwineTest.cpp",
99
"TypeSwitchTest.cpp",
100
"TypeTraitsTest.cpp",
0 commit comments