File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
- // revisions: NOMODEL MODEL-SMALL MODEL-KERNEL MODEL- MEDIUM MODEL-LARGE
1
+ // revisions: NOMODEL MODEL-SMALL MODEL-MEDIUM MODEL-LARGE
2
2
//[NOMODEL] compile-flags:
3
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
4
//[MODEL-MEDIUM] compile-flags: -C code-model=medium
6
5
//[MODEL-LARGE] compile-flags: -C code-model=large
7
6
8
7
#![ crate_type = "lib" ]
9
8
10
9
// MODEL-SMALL: !llvm.module.flags = !{{{.*}}}
11
10
// MODEL-SMALL: !{{[0-9]+}} = !{i32 1, !"Code Model", i32 1}
12
- // MODEL-KERNEL: !llvm.module.flags = !{{{.*}}}
13
- // MODEL-KERNEL: !{{[0-9]+}} = !{i32 1, !"Code Model", i32 2}
14
11
// MODEL-MEDIUM: !llvm.module.flags = !{{{.*}}}
15
12
// MODEL-MEDIUM: !{{[0-9]+}} = !{i32 1, !"Code Model", i32 3}
16
13
// MODEL-LARGE: !llvm.module.flags = !{{{.*}}}
You can’t perform that action at this time.
0 commit comments