[PATCH] D70477: [Clang] Enable RISC-V support for Fuchsia
Sam Elliott via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 20 11:07:24 PST 2019
lenary added inline comments.
================
Comment at: clang/cmake/caches/Fuchsia-stage2.cmake:130
+ foreach(target x86_64;aarch64)
# Set the per-target runtimes options.
----------------
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.
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