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 9ae2177 commit 378c9e9Copy full SHA for 378c9e9
llvm/utils/gn/secondary/llvm/lib/ProfileData/BUILD.gn
@@ -17,8 +17,6 @@ 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,7 +14,6 @@ unittest("ProfileDataTests") {
14
"InstrProfTest.cpp",
15
"ItaniumManglingCanonicalizerTest.cpp",
16
"MemProfTest.cpp",
- "PGOCtxProfReaderWriterTest.cpp",
"SampleProfTest.cpp",
"SymbolRemappingReaderTest.cpp",
]
0 commit comments