-
Notifications
You must be signed in to change notification settings - Fork 17
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
error: non-private labels cannot appear between .cfi_startproc / .cfi_endproc pairs #23
Comments
I think this is an LLVM bug (rust nightly recently upgraded to LLVM 18): llvm/llvm-project#82261 |
Any possible fix/updates for this? |
This is fixed in LLVM main and is currently being backported to the 18.x branch in llvm/llvm-project#83336. Once that is merged this will need to be cherry-picked into rustc's fork of LLVM. See rust-lang/llvm-project#168. |
Just needs to be merged into rust now: rust-lang/rust#122559 |
…=nikic Update LLVM submodule LLVM version `18.1.1` + additional fixes. Fixes Amanieu/corosensei#23. Fixes rust-lang#122252. Fixes rust-lang#121996. Fixes rust-lang#121960.
Fixed in the latest rust nightly |
GitHub Actions run: https://github.com/vercel/turbo/actions/runs/7961098095/job/21731648141?pr=7409#step:11:1401
Toolchain:
nightly-2024-02-16-x86_64-apple-darwin
May be related to
llvm/llvm-project#72802
libffi/libffi#807
https://reviews.llvm.org/D155245#4657083
The text was updated successfully, but these errors were encountered: