rust/tests/assembly/panic-no-unwind-no-uwtable.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
197 B
Rust
Raw Normal View History

//@ assembly-output: emit-asm
//@ only-x86_64-unknown-linux-gnu
//@ compile-flags: -C panic=unwind -C force-unwind-tables=n -O
#![crate_type = "lib"]
// CHECK-NOT: .cfi_startproc
pub fn foo() {}