]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_codegen_cranelift/config.txt
New upstream version 1.65.0+dfsg1
[rustc.git] / compiler / rustc_codegen_cranelift / config.txt
CommitLineData
136023e0
XL
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
f2b60f7d
FG
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
25testsuite.no_sysroot
26build.mini_core
27build.example
28jit.mini_core_hello_world
29aot.mini_core_hello_world
30
31testsuite.base_sysroot
32aot.arbitrary_self_types_pointers_and_wrappers
33aot.issue_91827_extern_types
34build.alloc_system
35aot.alloc_example
36jit.std_example
37aot.std_example
38aot.dst_field_align
39aot.subslice-patterns-const-eval
40aot.track-caller-attribute
41aot.float-minmax-pass
42aot.mod_bench
43
44testsuite.extended_sysroot
45test.rust-random/rand
46bench.simple-raytracer
47test.libcore
48test.regex-shootout-regex-dna
49test.regex
50test.portable-simd
51
52testsuite.abi-checker