diff options
| author | David Craven <david@craven.ch> | 2018-07-24 12:03:28 +0200 |
|---|---|---|
| committer | David Craven <david@craven.ch> | 2018-08-01 15:32:22 +0200 |
| commit | 2d5f62fb48536d69aa7de0d7504df278271ccf25 (patch) | |
| tree | 15b42735137e3a28b827d6c5e7adff3c4dc9d458 /config.toml.example | |
| parent | 8c069ceba81a0fffc1ce95aaf7e8339e11bf2796 (diff) | |
| download | rust-2d5f62fb48536d69aa7de0d7504df278271ccf25.tar.gz rust-2d5f62fb48536d69aa7de0d7504df278271ccf25.zip | |
[RISCV] Enable LLVM backend.
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example index 99073416334..cc40e96b316 100644 --- a/config.toml.example +++ b/config.toml.example @@ -62,7 +62,7 @@ # not built by default and the experimental Rust compilation targets that depend # on them will not work unless the user opts in to building them. By default the # `WebAssembly` target is enabled when compiling LLVM from scratch. -#experimental-targets = "WebAssembly" +#experimental-targets = "WebAssembly;RISCV" # Cap the number of parallel linker invocations when compiling LLVM. # This can be useful when building LLVM with debug info, which significantly |
