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-TINY MODEL- SMALL MODEL-KERNEL MODEL-MEDIUM MODEL-LARGE
1
+ // revisions: NOMODEL MODEL-SMALL MODEL-KERNEL MODEL-MEDIUM MODEL-LARGE
2
2
//[NOMODEL] compile-flags:
3
- //[MODEL-TINY] compile-flags: --target=riscv32i-unknown-none-elf -C code-model=tiny
4
3
//[MODEL-SMALL] compile-flags: -C code-model=small
5
4
//[MODEL-KERNEL] compile-flags: --target=x86_64-unknown-linux-gnu -C code-model=kernel
6
5
//[MODEL-MEDIUM] compile-flags: --target=x86_64-unknown-linux-gnu -C code-model=medium
7
6
//[MODEL-LARGE] compile-flags: -C code-model=large
8
7
9
8
#![ crate_type = "lib" ]
10
9
11
- // MODEL-TINY: !llvm.module.flags = !{{{.*}}}
12
- // MODEL-TINY: !(([0-9]+)) = !(i32 1, !"Code-Model", i32 0)
13
10
// MODEL-SMALL: !llvm.module.flags = !{{{.*}}}
14
11
// MODEL-SMALL: !{{[0-9]+}} = !{i32 1, !"Code Model", i32 1}
15
12
// MODEL-KERNEL: !llvm.module.flags = !{{{.*}}}
You can’t perform that action at this time.
0 commit comments