Skip to content

Commit 519e0bb

Browse files
committed
[ctx_prof] Type the stream parameter of PGOCtxProfWriter to match BitstreamWriter's
1 parent d58ded4 commit 519e0bb

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)