Skip to content

Commit

Permalink
Remove tests introduced or cahnged by PR #77885, which is reverted in…
Browse files Browse the repository at this point in the history
… this PR.
  • Loading branch information
pnkfelix committed Apr 29, 2021
1 parent 8d1083e commit db4c544
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
42 changes: 0 additions & 42 deletions src/test/assembly/stack-probes.rs

This file was deleted.

2 changes: 0 additions & 2 deletions src/test/codegen/stack-probes.rs
Expand Up @@ -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"{{.*}} }
}

0 comments on commit db4c544

Please sign in to comment.