Skip to content

Commit

Permalink
Do not specify target triple for codegen test so it also runs on msvc…
Browse files Browse the repository at this point in the history
… builds
  • Loading branch information
jhorstmann committed Sep 19, 2024
1 parent 58b23cb commit 60a13dd
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//@ only-x86_64
//
//@ needs-llvm-components: x86
//@ compile-flags: --target=x86_64-unknown-linux-gnu -Copt-level=3
//@ compile-flags: -C opt-level=3
#![crate_type = "lib"]
#![no_std]
#![feature(str_internals)]
Expand Down

0 comments on commit 60a13dd

Please sign in to comment.