Skip to content

Commit

Permalink
Set -O for tests/codegen/riscv-abi/riscv64-lp64f-lp64d-abi.rs
Browse files Browse the repository at this point in the history
Co-authored-by: erikdesjardins <[email protected]>
  • Loading branch information
Hoverbear and erikdesjardins authored May 24, 2024
1 parent c2a9163 commit 199d9de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/codegen/riscv-abi/riscv64-lp64f-lp64d-abi.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//@ compile-flags: -C no-prepopulate-passes --target riscv64gc-unknown-linux-gnu
//@ needs-llvm-components: riscv64
//@ compile-flags: -O -C no-prepopulate-passes --target riscv64gc-unknown-linux-gnu
//@ needs-llvm-components: riscv

#![feature(no_core, lang_items)]
#![crate_type = "lib"]
Expand Down

0 comments on commit 199d9de

Please sign in to comment.