Skip to content

Commit

Permalink
Thread kwargs through code_llvm (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav-arya authored Jul 18, 2023
1 parent 469929c commit ddd937c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codeview.jl
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ function InteractiveUtils.code_warntype(
cthulhu_warntype(io, debuginfo, CI, rt, effects, b.mi; hide_type_stable, b.interp)
end

InteractiveUtils.code_llvm(b::Bookmark) = InteractiveUtils.code_llvm(stdout::IO, b)
InteractiveUtils.code_llvm(b::Bookmark; kw...) = InteractiveUtils.code_llvm(stdout::IO, b; kw...)
InteractiveUtils.code_llvm(
io::IO,
b::Bookmark;
Expand Down

0 comments on commit ddd937c

Please sign in to comment.