Skip to content

Commit 86c5b83

Browse files
author
git apple-llvm automerger
committed
Merge commit 'b0dd368d5741' from llvm.org/main into next
2 parents cb599ea + b0dd368 commit 86c5b83

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)