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 c83ef47 commit b743b45Copy full SHA for b743b45
llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -46,6 +46,7 @@ static_library("Support") {
46
"BranchProbability.cpp",
47
"BuryPointer.cpp",
48
"COM.cpp",
49
+ "CRC.cpp",
50
"CachePruning.cpp",
51
"Chrono.cpp",
52
"CodeGenCoverage.cpp",
llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
@@ -13,6 +13,7 @@ unittest("SupportTests") {
13
"BinaryStreamTest.cpp",
14
"BlockFrequencyTest.cpp",
15
"BranchProbabilityTest.cpp",
16
+ "CRCTest.cpp",
17
"CachePruningTest.cpp",
18
"Casting.cpp",
19
"CheckedArithmeticTest.cpp",
0 commit comments