We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
psm_s
asm
1 parent 547807f commit c43afcbCopy full SHA for c43afcb
psm/src/lib.rs
@@ -56,7 +56,7 @@ macro_rules! extern_item {
56
// NB: this could be nicer across multiple blocks but we cannot do it because of
57
// https://github.com/rust-lang/rust/issues/65847
58
extern_item! { {
59
- #![link(name="psm_s")]
+ #![cfg_attr(asm, link(name="psm_s"))]
60
61
#[cfg(asm)]
62
fn rust_psm_stack_direction() -> u8;
0 commit comments