rewrite and rename issue-37893 to rmake

This commit is contained in:
Oneirical 2024-05-28 11:35:33 -04:00
parent 0697884ea9
commit 8c8d0db02d
9 changed files with 18 additions and 10 deletions

View file

@ -6,7 +6,7 @@
//@ ignore-macos
//@ ignore-cross-compile
//@ compile-flags -Clink-args=-Wl,-z,text
//@ compile-flags: -Clink-args=-Wl,-z,text
//@ run-pass
fn main() {}

View file

@ -1,4 +1,4 @@
//@ compile-flags --crate-type=dylib -Cprefer-dynamic
//@ compile-flags: -Cprefer-dynamic
#![crate_type = "dylib"]
pub fn bar() {}

View file

@ -2,7 +2,7 @@
// on the dynamic library simple-dylib.rs. If the test passes,
// dylibs can be built and linked into another file successfully..
//@ aux-crate: simple-dylib.rs
//@ aux-crate:bar=simple-dylib.rs
//@ run-pass
extern crate bar;