[PATCH] D70477: [Clang] Enable RISC-V support for Fuchsia
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 20 11:16:27 PST 2019
phosek marked 2 inline comments as done.
phosek added inline comments.
================
Comment at: clang/cmake/caches/Fuchsia-stage2.cmake:130
+ foreach(target x86_64;aarch64)
# Set the per-target runtimes options.
----------------
lenary wrote:
> I don't know what's preventing you from enabling compiling the runtimes. I made a cmake config that built the runtimes, in part based off the fuschia config in this file.
>
> I suppose this requires you to have a RISC-V sysroot, which you may not have.
Correct, as mentioned in the summary of this change, we don't have a sysroot yet. Once the sysroot is ready, we'll enable runtimes as well in a follow up change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70477/new/
https://reviews.llvm.org/D70477
More information about the cfe-commits
mailing list