Skip to content

Commit 3b83e03

Browse files
mtrofincpiaseque
authored andcommitted
[ctx_prof] Type the stream parameter of PGOCtxProfWriter to match BitstreamWriter's
1 parent 7895843 commit 3b83e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ProfileData/PGOCtxProfWriter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class PGOCtxProfileWriter final {
6767
const ctx_profile::ContextNode &Node);
6868

6969
public:
70-
PGOCtxProfileWriter(raw_fd_stream &Out,
70+
PGOCtxProfileWriter(raw_ostream &Out,
7171
std::optional<unsigned> VersionOverride = std::nullopt)
7272
: Writer(Out, 0) {
7373
Writer.EnterSubblock(PGOCtxProfileBlockIDs::ProfileMetadataBlockID,

0 commit comments

Comments
 (0)