Skip to content

Commit 199d9de

Browse files
Set -O for tests/codegen/riscv-abi/riscv64-lp64f-lp64d-abi.rs
Co-authored-by: erikdesjardins <[email protected]>
1 parent c2a9163 commit 199d9de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/codegen/riscv-abi/riscv64-lp64f-lp64d-abi.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//@ compile-flags: -C no-prepopulate-passes --target riscv64gc-unknown-linux-gnu
2-
//@ needs-llvm-components: riscv64
1+
//@ compile-flags: -O -C no-prepopulate-passes --target riscv64gc-unknown-linux-gnu
2+
//@ needs-llvm-components: riscv
33

44
#![feature(no_core, lang_items)]
55
#![crate_type = "lib"]

0 commit comments

Comments
 (0)