os-rust/src/test/codegen/instrument-mcount.rs

8 lines
223 B
Rust
Raw Normal View History

2019-03-29 06:44:31 +09:00
// ignore-tidy-linelength
// compile-flags: -Z instrument-mcount
#![crate_type = "lib"]
2019-03-31 07:13:59 +09:00
// CHECK: attributes #{{.*}} "instrument-function-entry-inlined"="{{.*}}mcount{{.*}}" "no-frame-pointer-elim"="true"
2019-03-29 06:44:31 +09:00
pub fn foo() {}