summaryrefslogtreecommitdiff
path: root/src/test/codegen/stack-probes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/codegen/stack-probes.rs')
-rw-r--r--src/test/codegen/stack-probes.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/codegen/stack-probes.rs b/src/test/codegen/stack-probes.rs
index b05787df8e3..9bd351df3ea 100644
--- a/src/test/codegen/stack-probes.rs
+++ b/src/test/codegen/stack-probes.rs
@@ -13,12 +13,10 @@
// 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"="inline-asm"{{.*}} }
}