Skip to content

Commit

Permalink
Use only x86_64 flag
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo39 committed Mar 13, 2021
1 parent 8357e57 commit 7141838
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/codegen/codemodels.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// only-x86_64

// revisions: NOMODEL MODEL-SMALL MODEL-KERNEL MODEL-MEDIUM MODEL-LARGE
//[NOMODEL] compile-flags:
//[MODEL-SMALL] compile-flags: -C code-model=small
//[MODEL-KERNEL] compile-flags: --target x86_64-unknown-linux-gnu -C code-model=kernel
//[MODEL-KERNEL] compile-flags: -C code-model=kernel
//[MODEL-MEDIUM] compile-flags: -C code-model=medium
//[MODEL-LARGE] compile-flags: -C code-model=large

Expand Down

0 comments on commit 7141838

Please sign in to comment.