Skip to content

Commit db4c544

Browse files
committed
Remove tests introduced or cahnged by PR rust-lang#77885, which is reverted in this PR.
1 parent 8d1083e commit db4c544

File tree

2 files changed

+0
-44
lines changed

2 files changed

+0
-44
lines changed

Diff for: src/test/assembly/stack-probes.rs

-42
This file was deleted.

Diff for: src/test/codegen/stack-probes.rs

-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@
1313
// ignore-emscripten
1414
// ignore-windows
1515
// compile-flags: -C no-prepopulate-passes
16-
// min-llvm-version: 11.0.1
1716

1817
#![crate_type = "lib"]
1918

2019
#[no_mangle]
2120
pub fn foo() {
2221
// CHECK: @foo() unnamed_addr #0
23-
// CHECK: attributes #0 = { {{.*}}"probe-stack"="inline-asm"{{.*}} }
2422
}

0 commit comments

Comments
 (0)