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

Fix trampoline assembly for build on clang 18 on apple silicon (#54634) #199

Merged
merged 1 commit into from
Nov 19, 2024

Commits on Nov 19, 2024

  1. Fix trampoline assembly for build on clang 18 on apple silicon (Julia…

    …Lang#54634)
    
    This avoids a: `error: non-private labels cannot appear between
    .cfi_startproc / .cfi_endproc pairs` error.
    That error was introduced in https://reviews.llvm.org/D155245#4657075
    see also llvm/llvm-project#72802
    
    (cherry picked from commit a4e793e)
    (cherry picked from commit 3f35094)
    gbaraldi authored and Drvi committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    726e002 View commit details
    Browse the repository at this point in the history