Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_dump_function_llvm errors when printing LLVM IR on nightly #575

Closed
Zentrik opened this issue Jun 17, 2024 · 0 comments · Fixed by #591
Closed

_dump_function_llvm errors when printing LLVM IR on nightly #575

Zentrik opened this issue Jun 17, 2024 · 0 comments · Fixed by #591
Labels
bug Something isn't working

Comments

@Zentrik
Copy link
Collaborator

Zentrik commented Jun 17, 2024

JuliaLang/julia@db25494 changed the signature of _dump_function_llvm such that the second argument is no longer world::UInt but now src::Core.CodeInfo.

ERROR: MethodError: no method matching _dump_function_llvm(::Core.MethodInstance, ::UInt64, ::Bool, ::Bool, ::Bool, ::Bool, ::Symbol, ::Base.CodegenParams)
The function `_dump_function_llvm` exists, but no method is defined for this combination of argument types.

Closest candidates are:
  _dump_function_llvm(::Core.MethodInstance, ::Core.CodeInfo, ::Bool, ::Bool, ::Bool, ::Bool, ::Symbol, 
::Base.CodegenParams)
   @ InteractiveUtils C:\Users\gag\Documents\Code\julia\usr\share\julia\stdlib\v1.12\InteractiveUtils\src\codeview.jl:285

Stacktrace:
  [1] top-level scope
    @ C:\Users\gag\.julia\packages\Cthulhu\8y2RA\src\codeview.jl:25
  [2] top-level scope
    @ C:\Users\gag\.julia\packages\Cthulhu\8y2RA\src\codeview.jl:25
  [3] top-level scope
    @ C:\Users\gag\.julia\packages\Cthulhu\8y2RA\src\Cthulhu.jl:740
  [4] top-level scope
    @ C:\Users\gag\.julia\packages\Cthulhu\8y2RA\src\Cthulhu.jl:397
  [5] top-level scope
    @ C:\Users\gag\.julia\packages\Cthulhu\8y2RA\src\Cthulhu.jl:791
  [6] top-level scope
    @ C:\Users\gag\.julia\packages\Cthulhu\8y2RA\src\Cthulhu.jl:791
  [7] top-level scope
    @ C:\Users\gag\.julia\packages\Cthulhu\8y2RA\src\Cthulhu.jl:807
  [8] top-level scope
    @ C:\Users\gag\.julia\packages\Cthulhu\8y2RA\src\Cthulhu.jl:804
  [9] __descend_with_error_handling(args::Any; terminal::Any, kwargs...)
    @ Cthulhu C:\Users\gag\.julia\packages\Cthulhu\8y2RA\src\Cthulhu.jl:222
 [10] top-level scope
    @ C:\Users\gag\.julia\packages\Cthulhu\8y2RA\src\Cthulhu.jl:219
 [11] top-level scope
    @ C:\Users\gag\.julia\packages\Cthulhu\8y2RA\src\Cthulhu.jl:211
 [12] top-level scope
    @ C:\Users\gag\.julia\packages\Cthulhu\8y2RA\src\Cthulhu.jl:203
 [13] top-level scope
    @ C:\Users\gag\.julia\packages\Cthulhu\8y2RA\src\Cthulhu.jl:169
 [14] top-level scope
    @ C:\Users\gag\.julia\packages\Cthulhu\8y2RA\src\Cthulhu.jl:169
 [15] top-level scope
    @ REPL[31]:1
@Zentrik Zentrik changed the title _dump_function_llvm errors when printing LLVM IR _dump_function_llvm errors when printing LLVM IR on nightly Jun 17, 2024
@Zentrik Zentrik added the bug Something isn't working label Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant