[PATCH] D52165: [RISCV] Support RISC-V in getBitcodeMachineKind
Vadim Kaushan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 1 13:31:31 PDT 2019
Disasm added a comment.
Herald added subscribers: benna, psnobl, MaskRay.
Herald added a project: LLVM.
@ruiu This patch is useful on its own: it allows linking bitcode files with lld. As an example, we use ThinLTO in Rust to perform simple assembly inlining <https://github.com/rust-embedded/cortex-m/issues/139>. Without lld support it is impossible to use ThinLTO with RISC-V target.
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D52165/new/
https://reviews.llvm.org/D52165
More information about the llvm-commits
mailing list