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-TINY MODEL- SMALL MODEL-KERNEL MODEL-MEDIUM MODEL-LARGE
1+ // revisions: NOMODEL MODEL-SMALL MODEL-KERNEL MODEL-MEDIUM MODEL-LARGE
22//[NOMODEL] compile-flags:
3- //[MODEL-TINY] compile-flags: --target=riscv32i-unknown-none-elf -C code-model=tiny
43//[MODEL-SMALL] compile-flags: -C code-model=small
54//[MODEL-KERNEL] compile-flags: --target=x86_64-unknown-linux-gnu -C code-model=kernel
65//[MODEL-MEDIUM] compile-flags: --target=x86_64-unknown-linux-gnu -C code-model=medium
76//[MODEL-LARGE] compile-flags: -C code-model=large
87
98#![ crate_type = "lib" ]
109
11- // MODEL-TINY: !llvm.module.flags = !{{{.*}}}
12- // MODEL-TINY: !(([0-9]+)) = !(i32 1, !"Code-Model", i32 0)
1310// MODEL-SMALL: !llvm.module.flags = !{{{.*}}}
1411// MODEL-SMALL: !{{[0-9]+}} = !{i32 1, !"Code Model", i32 1}
1512// MODEL-KERNEL: !llvm.module.flags = !{{{.*}}}
You can’t perform that action at this time.
0 commit comments