Skip to content

Commit 7011bd4

Browse files
author
git apple-llvm automerger
committed
Merge commit '14b0d0de1fb3' from llvm.org/main into next
2 parents cee6671 + 14b0d0d commit 7011bd4

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
@@ -77,6 +77,7 @@ static_library("Support") {
7777
"ELFAttributes.cpp",
7878
"Error.cpp",
7979
"ErrorHandling.cpp",
80+
"ExponentialBackoff.cpp",
8081
"ExtensibleRTTI.cpp",
8182
"FileCollector.cpp",
8283
"FileOutputBuffer.cpp",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ unittest("SupportTests") {
4141
"ErrnoTest.cpp",
4242
"ErrorOrTest.cpp",
4343
"ErrorTest.cpp",
44+
"ExponentialBackoffTest.cpp",
4445
"ExtensibleRTTITest.cpp",
4546
"FSUniqueIDTest.cpp",
4647
"FileCollectorTest.cpp",

0 commit comments

Comments
 (0)