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