This commit is contained in:
Yuki OKUSHI 2019-03-31 07:13:59 +09:00
parent 77774e4e96
commit aec518addd
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
#![crate_type = "lib"]
// CHECK: attributes #{{.*}} "instrument-function-entry-inlined"="{{_*}}mcount" "no-frame-pointer-elim"="true"
// CHECK: attributes #{{.*}} "instrument-function-entry-inlined"="{{.*}}mcount{{.*}}" "no-frame-pointer-elim"="true"
pub fn foo() {}