Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 3f2acf2

Browse files
committed
feat(tests): add test for linker errors caused by x86 obj files in wasm compiler_builtins
1 parent c49c586 commit 3f2acf2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
fn main() {
2+
()
3+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
//@ only-wasm32-bare
2+
3+
use run_make_support::rustc;
4+
5+
fn main() {
6+
rustc().input("foo.rs").target("wasm32-unknown-unknown").arg("-D").arg("linker-messages").run();
7+
}

0 commit comments

Comments
 (0)