Skip to content

Commit 2693811

Browse files
committed
[gn build] Port cfbed2c
1 parent 577c3f1 commit 2693811

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
@@ -129,6 +129,7 @@ static_library("Support") {
129129
"ScaledNumber.cpp",
130130
"ScopedPrinter.cpp",
131131
"Signposts.cpp",
132+
"SipHash.cpp",
132133
"SlowDynamicAPInt.cpp",
133134
"SmallPtrSet.cpp",
134135
"SmallVector.cpp",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ unittest("SupportTests") {
7878
"ScaledNumberTest.cpp",
7979
"ScopedPrinterTest.cpp",
8080
"SignalsTest.cpp",
81+
"SipHashTest.cpp",
8182
"SourceMgrTest.cpp",
8283
"SpecialCaseListTest.cpp",
8384
"SuffixTreeTest.cpp",

0 commit comments

Comments
 (0)