]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_codegen_cranelift/config.txt
Auto merge of #107618 - chriswailes:linker-arg, r=albertlarsan68
[rust.git] / compiler / rustc_codegen_cranelift / config.txt
1 # This file allows configuring the build system.
2
3 # Which triple to produce a compiler toolchain for.
4 #
5 # Defaults to the default triple of rustc on the host system.
6 #host = x86_64-unknown-linux-gnu
7
8 # Which triple to build libraries (core/alloc/std/test/proc_macro) for.
9 #
10 # Defaults to `host`.
11 #target = x86_64-unknown-linux-gnu
12
13 # Disables cleaning of the sysroot dir. This will cause old compiled artifacts to be re-used when
14 # the sysroot source hasn't changed. This is useful when the codegen backend hasn't been modified.
15 # This option can be changed while the build system is already running for as long as sysroot
16 # building hasn't started yet.
17 #keep_sysroot
18
19
20 # Testsuite
21 #
22 # Each test suite item has a corresponding key here. The default is to run all tests.
23 # Comment any of these lines to skip individual tests.
24
25 testsuite.no_sysroot
26 build.mini_core
27 build.example
28 jit.mini_core_hello_world
29 aot.mini_core_hello_world
30
31 testsuite.base_sysroot
32 aot.arbitrary_self_types_pointers_and_wrappers
33 aot.issue_91827_extern_types
34 build.alloc_system
35 aot.alloc_example
36 jit.std_example
37 aot.std_example
38 aot.dst_field_align
39 aot.subslice-patterns-const-eval
40 aot.track-caller-attribute
41 aot.float-minmax-pass
42 aot.mod_bench
43 aot.issue-72793
44
45 testsuite.extended_sysroot
46 test.rust-random/rand
47 test.simple-raytracer
48 test.libcore
49 test.regex-shootout-regex-dna
50 test.regex
51 test.portable-simd