[PATCH] D67508: [RISCV] support mutilib in baremetal environment
Sam Elliott via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 31 08:28:08 PDT 2019
lenary added a comment.
I have just updated D69383 <https://reviews.llvm.org/D69383>.
It now defaults to `rv{XLEN}imac` on ELF, rather than `rv{XLEN}gc`. This is to help this multilib issue.
In the future, we want to implement MULTILIB_REUSE properly. Hopefully before Clang 10.0.0 is released.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67508/new/
https://reviews.llvm.org/D67508
More information about the cfe-commits
mailing list