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 dae5c4e commit 7028c00Copy full SHA for 7028c00
llvm/utils/gn/secondary/llvm/lib/ProfileData/BUILD.gn
@@ -9,6 +9,7 @@ static_library("ProfileData") {
9
"//llvm/lib/TargetParser",
10
]
11
sources = [
12
+ "DataAccessProf.cpp",
13
"GCOV.cpp",
14
"IndexedMemProfData.cpp",
15
"InstrProf.cpp",
llvm/utils/gn/secondary/llvm/unittests/ProfileData/BUILD.gn
@@ -10,6 +10,7 @@ unittest("ProfileDataTests") {
"BPFunctionNodeTest.cpp",
"CoverageMappingTest.cpp",
+ "DataAccessProfTest.cpp",
"InstrProfDataTest.cpp",
"InstrProfTest.cpp",
16
"ItaniumManglingCanonicalizerTest.cpp",
0 commit comments