File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 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
22//[NOMODEL] compile-flags:
33//[MODEL-SMALL] compile-flags: -C code-model=small
4- //[MODEL-KERNEL] compile-flags: --target x86_64-unknown-linux-gnu -C code-model=kernel
54//[MODEL-MEDIUM] compile-flags: -C code-model=medium
65//[MODEL-LARGE] compile-flags: -C code-model=large
76
87#![ crate_type = "lib" ]
98
109// MODEL-SMALL: !llvm.module.flags = !{{{.*}}}
1110// 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}
1411// MODEL-MEDIUM: !llvm.module.flags = !{{{.*}}}
1512// MODEL-MEDIUM: !{{[0-9]+}} = !{i32 1, !"Code Model", i32 3}
1613// MODEL-LARGE: !llvm.module.flags = !{{{.*}}}
You can’t perform that action at this time.
0 commit comments