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 c19f2c7 commit df5804aCopy full SHA for df5804a
llvm/utils/gn/secondary/llvm/lib/ProfileData/BUILD.gn
@@ -17,6 +17,8 @@ static_library("ProfileData") {
17
"ItaniumManglingCanonicalizer.cpp",
18
"MemProf.cpp",
19
"MemProfReader.cpp",
20
+ "PGOCtxProfReader.cpp",
21
+ "PGOCtxProfWriter.cpp",
22
"ProfileSummaryBuilder.cpp",
23
"SampleProf.cpp",
24
"SampleProfReader.cpp",
llvm/utils/gn/secondary/llvm/unittests/ProfileData/BUILD.gn
@@ -14,6 +14,7 @@ unittest("ProfileDataTests") {
14
"InstrProfTest.cpp",
15
"ItaniumManglingCanonicalizerTest.cpp",
16
"MemProfTest.cpp",
+ "PGOCtxProfReaderWriterTest.cpp",
"SampleProfTest.cpp",
"SymbolRemappingReaderTest.cpp",
]
0 commit comments