1
Fork 0

ship LLVM tools with the toolchain

This commit is contained in:
Jorge Aparicio 2018-04-30 10:15:48 +02:00
parent 7d576f25fc
commit 5e577b8aee
7 changed files with 55 additions and 4 deletions

View file

@ -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