]> git.lizzy.rs Git - rust.git/blob - src/test/codegen/instrument-mcount.rs
Rollup merge of #69104 - tmiasko:configure-cmake, r=Mark-Simulacrum
[rust.git] / src / test / codegen / instrument-mcount.rs
1 // min-llvm-version 8.0
2 // ignore-tidy-linelength
3 // compile-flags: -Z instrument-mcount
4
5 #![crate_type = "lib"]
6
7 // CHECK: attributes #{{.*}} "frame-pointer"="all" "instrument-function-entry-inlined"="{{.*}}mcount{{.*}}"
8 pub fn foo() {}