Skip to content

Commit 742aaf9

Browse files
committed
[arm64] Pointer auth test should link with C static library statically
1 parent f5d3fe2 commit 742aaf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run-make/pointer-auth-link-with-c/test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#[link(name = "test")]
1+
#[link(name = "test", kind = "static")]
22
extern "C" {
33
fn foo() -> i32;
44
}

0 commit comments

Comments
 (0)