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

[libjulia] update to Julia 1.11.1; update 1.12.0-DEV version #9660

Merged
merged 4 commits into from
Oct 23, 2024

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    d5aa7c3 View commit details
    Browse the repository at this point in the history
  2. libjulia: prefer llvm 17

    to avoid: non-private labels cannot appear between .cfi_startproc / .cfi_endproc pairs
    benlorenz authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    af8a28b View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. [libjulia] use std::make_tuple in jitlayers for 1.12

    to fix:
    
    /workspace/srcdir/julia/src/jitlayers.cpp:665:54: error: no viable constructor or deduction guide for deduction of template arguments of 'tuple'
      665 |         incompletemodules.insert(std::pair(codeinst, std::tuple(std::move(params), waiting)));
    
    maybe caused by our mix of a very recent clang with a very old sdk / libc++
    benlorenz committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b25820c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57d9738 View commit details
    Browse the repository at this point in the history