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.
2 parents cee6671 + 14b0d0d commit 7011bd4Copy full SHA for 7011bd4
llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -77,6 +77,7 @@ static_library("Support") {
77
"ELFAttributes.cpp",
78
"Error.cpp",
79
"ErrorHandling.cpp",
80
+ "ExponentialBackoff.cpp",
81
"ExtensibleRTTI.cpp",
82
"FileCollector.cpp",
83
"FileOutputBuffer.cpp",
llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
@@ -41,6 +41,7 @@ unittest("SupportTests") {
41
"ErrnoTest.cpp",
42
"ErrorOrTest.cpp",
43
"ErrorTest.cpp",
44
+ "ExponentialBackoffTest.cpp",
45
"ExtensibleRTTITest.cpp",
46
"FSUniqueIDTest.cpp",
47
"FileCollectorTest.cpp",
0 commit comments