We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8357e57 commit 7141838Copy full SHA for 7141838
src/test/codegen/codemodels.rs
@@ -1,7 +1,9 @@
1
+// only-x86_64
2
+
3
// revisions: NOMODEL MODEL-SMALL MODEL-KERNEL MODEL-MEDIUM MODEL-LARGE
4
//[NOMODEL] compile-flags:
5
//[MODEL-SMALL] compile-flags: -C code-model=small
-//[MODEL-KERNEL] compile-flags: --target x86_64-unknown-linux-gnu -C code-model=kernel
6
+//[MODEL-KERNEL] compile-flags: -C code-model=kernel
7
//[MODEL-MEDIUM] compile-flags: -C code-model=medium
8
//[MODEL-LARGE] compile-flags: -C code-model=large
9
0 commit comments