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

Commit fafb174

Browse files
committed
tests: ignore no-builtins-attribute
1 parent 31f8e48 commit fafb174

File tree

1 file changed

+3
-0
lines changed
  • tests/run-make/no-builtins-attribute

1 file changed

+3
-0
lines changed

tests/run-make/no-builtins-attribute/rmake.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// being added to these function declarations.
55
// See https://github.com/rust-lang/rust/pull/113716
66

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+
710
use run_make_support::{llvm_filecheck, rfs, rustc};
811

912
fn main() {

0 commit comments

Comments
 (0)