Skip to content

Commit b743b45

Browse files
committed
gn build: Merge r357905
llvm-svn: 357907
1 parent c83ef47 commit b743b45

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
@@ -46,6 +46,7 @@ static_library("Support") {
4646
"BranchProbability.cpp",
4747
"BuryPointer.cpp",
4848
"COM.cpp",
49+
"CRC.cpp",
4950
"CachePruning.cpp",
5051
"Chrono.cpp",
5152
"CodeGenCoverage.cpp",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ unittest("SupportTests") {
1313
"BinaryStreamTest.cpp",
1414
"BlockFrequencyTest.cpp",
1515
"BranchProbabilityTest.cpp",
16+
"CRCTest.cpp",
1617
"CachePruningTest.cpp",
1718
"Casting.cpp",
1819
"CheckedArithmeticTest.cpp",

0 commit comments

Comments
 (0)