We don't have a full sysroot yet, so for now we only include compiler
support and compiler-rt builtins, the rest of the runtimes will get
enabled later.
Details
Details
- Reviewers
leonardchan - Commits
- rG68a3a3b28130: [Clang] Enable RISC-V support for Fuchsia
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/cmake/caches/Fuchsia-stage2.cmake | ||
---|---|---|
130 | 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. |
clang/cmake/caches/Fuchsia-stage2.cmake | ||
---|---|---|
130 | 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. |
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.