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 577c3f1 commit 2693811Copy full SHA for 2693811
llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -129,6 +129,7 @@ static_library("Support") {
129
"ScaledNumber.cpp",
130
"ScopedPrinter.cpp",
131
"Signposts.cpp",
132
+ "SipHash.cpp",
133
"SlowDynamicAPInt.cpp",
134
"SmallPtrSet.cpp",
135
"SmallVector.cpp",
llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
@@ -78,6 +78,7 @@ unittest("SupportTests") {
78
"ScaledNumberTest.cpp",
79
"ScopedPrinterTest.cpp",
80
"SignalsTest.cpp",
81
+ "SipHashTest.cpp",
82
"SourceMgrTest.cpp",
83
"SpecialCaseListTest.cpp",
84
"SuffixTreeTest.cpp",
0 commit comments