test: codegen: skip catch-unwind on riscv64
It isn't clear to me if this is a bug or not, hence the FIXME
This commit is contained in:
parent
37e8e05712
commit
08529aff80
1 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,14 @@
|
||||||
// compile-flags: -O
|
// compile-flags: -O
|
||||||
|
|
||||||
|
// On x86 the closure is inlined in foo() producting something like
|
||||||
|
// define i32 @foo() [...] {
|
||||||
|
// tail call void @bar() [...]
|
||||||
|
// ret i32 0
|
||||||
|
// }
|
||||||
|
// On riscv the closure is another function, placed before fn foo so CHECK can't
|
||||||
|
// find it
|
||||||
|
// ignore-riscv64 FIXME
|
||||||
|
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue