Skip to content

Commit 96e1068

Browse files
author
Caiweiran
committed
Fix tests/codegen-llvm/transmute-scalar.rs test failure on riscv64
1 parent 733dab5 commit 96e1068

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/codegen-llvm/transmute-scalar.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ add-core-stubs
2-
//@ compile-flags: -C opt-level=0 -C no-prepopulate-passes
2+
//@ compile-flags: -C opt-level=0 -C no-prepopulate-passes --target=x86_64-unknown-linux-gnu
3+
//@ needs-llvm-components: x86
34

45
#![crate_type = "lib"]
56
#![feature(no_core, repr_simd, arm_target_feature, mips_target_feature, s390x_target_feature)]

0 commit comments

Comments
 (0)