]> git.lizzy.rs Git - rust.git/blobdiff - src/test/codegen/instrument-mcount.rs
Rollup merge of #69104 - tmiasko:configure-cmake, r=Mark-Simulacrum
[rust.git] / src / test / codegen / instrument-mcount.rs
index c72d09f7a03d2931f78ce0f01e6a0d44a2eeab2c..e4e6d5ca2b850d69d86a2880857a1f5bdc06674a 100644 (file)
@@ -1,7 +1,8 @@
+// min-llvm-version 8.0
 // ignore-tidy-linelength
 // compile-flags: -Z instrument-mcount
 
 #![crate_type = "lib"]
 
-// CHECK: attributes #{{.*}} "instrument-function-entry-inlined"="{{.*}}mcount{{.*}}" "no-frame-pointer-elim"="true"
+// CHECK: attributes #{{.*}} "frame-pointer"="all" "instrument-function-entry-inlined"="{{.*}}mcount{{.*}}"
 pub fn foo() {}