rust/src/test/codegen/force-frame-pointers.rs
Josh Stone 8506bb0060 Update the minimum external LLVM to 8
LLVM 8 was released on March 20, 2019, over a year ago.
2020-04-14 12:44:41 -07:00

6 lines
159 B
Rust

// compile-flags: -C no-prepopulate-passes -C force-frame-pointers=y
#![crate_type="lib"]
// CHECK: attributes #{{.*}} "frame-pointer"="all"
pub fn foo() {}