Skip to content

Commit b0dd368

Browse files
committed
[gn build] Port b510cdb
1 parent 6f66530 commit b0dd368

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
@@ -152,6 +152,7 @@ static_library("Support") {
152152
"TimeProfiler.cpp",
153153
"Timer.cpp",
154154
"ToolOutputFile.cpp",
155+
"TrieRawHashMap.cpp",
155156
"Twine.cpp",
156157
"TypeSize.cpp",
157158
"Unicode.cpp",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ unittest("ADTTests") {
9494
"StringSetTest.cpp",
9595
"StringSwitchTest.cpp",
9696
"TinyPtrVectorTest.cpp",
97+
"TrieRawHashMapTest.cpp",
9798
"TwineTest.cpp",
9899
"TypeSwitchTest.cpp",
99100
"TypeTraitsTest.cpp",

0 commit comments

Comments
 (0)