diff options
Diffstat (limited to 'src/test/codegen/stack-probes.rs')
| -rw-r--r-- | src/test/codegen/stack-probes.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/codegen/stack-probes.rs b/src/test/codegen/stack-probes.rs index 3e3222d4735..b05787df8e3 100644 --- a/src/test/codegen/stack-probes.rs +++ b/src/test/codegen/stack-probes.rs @@ -13,11 +13,12 @@ // ignore-emscripten // ignore-windows // compile-flags: -C no-prepopulate-passes +// min-llvm-version: 11.0.1 #![crate_type = "lib"] #[no_mangle] pub fn foo() { // CHECK: @foo() unnamed_addr #0 -// CHECK: attributes #0 = { {{.*}}"probe-stack"="__rust_probestack"{{.*}} } +// CHECK: attributes #0 = { {{.*}}"probe-stack"="inline-asm"{{.*}} } } |
