Skip to content

Commit

Permalink
fix test and restrict to x86
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulark committed May 10, 2024
1 parent a5892d4 commit 5b8b2b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/codegen/ms-hotpatch.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
//@ revisions: x32 x64
//@[x32] only-x86
//@[x64] only-x86_64
//@ compile-flags: -Z ms-hotpatch

#![crate_type = "lib"]


#[no_mangle]
pub fn foo() {}

// CHECK: @foo() unnamed_addr #0
Expand Down

0 comments on commit 5b8b2b5

Please sign in to comment.