Skip to content

Commit 5b8b2b5

Browse files
committed
fix test and restrict to x86
1 parent a5892d4 commit 5b8b2b5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/codegen/ms-hotpatch.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
//@ revisions: x32 x64
2+
//@[x32] only-x86
3+
//@[x64] only-x86_64
14
//@ compile-flags: -Z ms-hotpatch
25

36
#![crate_type = "lib"]
47

5-
8+
#[no_mangle]
69
pub fn foo() {}
710

811
// CHECK: @foo() unnamed_addr #0

0 commit comments

Comments
 (0)