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.
no-builtins-attribute
1 parent 3144271 commit 2de150bCopy full SHA for 2de150b
tests/run-make/no-builtins-attribute/rmake.rs
@@ -4,6 +4,9 @@
4
// being added to these function declarations.
5
// See https://github.com/rust-lang/rust/pull/113716
6
7
+// FIXME: LLVM IR looks different, e.g. `declare void @foo()` was not found against `wasm32-waspi1`)
8
+//@ ignore-cross-compile (FileCheck can fail on cross-compiled targets, see FIXME above)
9
+
10
use run_make_support::{llvm_filecheck, rfs, rustc};
11
12
fn main() {
0 commit comments