ship LLVM tools with the toolchain
This commit is contained in:
parent
7d576f25fc
commit
5e577b8aee
7 changed files with 55 additions and 4 deletions
|
@ -335,6 +335,7 @@ for key in known_args:
|
|||
elif option.name == 'full-tools':
|
||||
set('rust.codegen-backends', ['llvm', 'emscripten'])
|
||||
set('rust.lld', True)
|
||||
set('rust.llvm-tools', True)
|
||||
set('build.extended', True)
|
||||
elif option.name == 'option-checking':
|
||||
# this was handled above
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue