Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6eceacf

Browse files
committedApr 29, 2021
Remove tests introduced or cahnged by PR rust-lang#77885, which is reverted in this PR.
1 parent e074baa commit 6eceacf

File tree

2 files changed

+0
-44
lines changed

2 files changed

+0
-44
lines changed
 

‎src/test/assembly/stack-probes.rs

-42
This file was deleted.

‎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)
Failed to load comments.