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 d58ded4 commit 519e0bbCopy full SHA for 519e0bb
llvm/include/llvm/ProfileData/PGOCtxProfWriter.h
@@ -67,7 +67,7 @@ class PGOCtxProfileWriter final {
67
const ctx_profile::ContextNode &Node);
68
69
public:
70
- PGOCtxProfileWriter(raw_fd_stream &Out,
+ PGOCtxProfileWriter(raw_ostream &Out,
71
std::optional<unsigned> VersionOverride = std::nullopt)
72
: Writer(Out, 0) {
73
Writer.EnterSubblock(PGOCtxProfileBlockIDs::ProfileMetadataBlockID,
0 commit comments