[PATCH] D114543: Extend the `uwtable` attribute with unwind table kind
Augie Fackler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 14 08:19:58 PST 2022
durin42 added a comment.
As far as I can tell this patch broke the Rust compiler, but from the commit message it sounds like it shouldn't have?
https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds/8358#e85ad6f3-9992-4ea1-9cd3-d8db9f45f33e fails with
Attribute 'uwtable' should have an Argument
i8* (i64, i64)* @__rust_alloc
in function __rust_alloc
LLVM ERROR: Broken function found, compilation aborted!
Any thoughts?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114543/new/
https://reviews.llvm.org/D114543
More information about the llvm-commits
mailing list