Continue the work in #1413, and avoid the pre-generated list of Clang/LLVM triples in favour of constructing it from the target information.
I'd like to make sure that this list matches what rustc, so I'm filing PRs to make their use of LLVM triples simpler:
Alternatively, maybe use rustc --print llvm-tuple if that becomes viable.
Continue the work in #1413, and avoid the pre-generated list of Clang/LLVM triples in favour of constructing it from the target information.
I'd like to make sure that this list matches what
rustc, so I'm filing PRs to make their use of LLVM triples simpler:armv7-sony-vita-newlibeabihfLLVM target triple rust#138426x86_64-unknown-illumosLLVM target triple rust#138429uclibcLLVM target triples rust#138431riscv32) in favour of more components (riscv32-unknown-none)Alternatively, maybe use
rustc --print llvm-tupleif that becomes viable.