]> git.lizzy.rs Git - rust.git/blob - src/test/assembly/panic-no-unwind-no-uwtable.rs
Add 'compiler/rustc_codegen_gcc/' from commit 'afae271d5d3719eeb92c18bc004bb6d1965a5f3f'
[rust.git] / src / test / assembly / panic-no-unwind-no-uwtable.rs
1 // assembly-output: emit-asm
2 // only-x86_64-unknown-linux-gnu
3 // compile-flags: -C panic=unwind -C force-unwind-tables=n -O
4
5 #![crate_type = "lib"]
6
7 // CHECK-NOT: .cfi_startproc
8 pub fn foo() {}