[PATCH] D155337: [CMake] Include riscv32-unknown-elf target in Fuchsia toolchain
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 25 23:11:14 PDT 2023
phosek marked an inline comment as done.
phosek added inline comments.
================
Comment at: clang/cmake/caches/Fuchsia-stage2.cmake:10
set(_FUCHSIA_ENABLE_PROJECTS "bolt;clang;clang-tools-extra;lld;llvm;polly")
-set(LLVM_ENABLE_RUNTIMES "compiler-rt;libcxx;libcxxabi;libunwind" CACHE STRING "")
+set(LLVM_ENABLE_RUNTIMES "compiler-rt;libc;libcxx;libcxxabi;libunwind" CACHE STRING "")
----------------
mcgrathr wrote:
> Does this have any effect on what is included in any of the other target lib directories?
>
No, that's controlled by `LLVM_ENABLE_RUNTIMES` on individual targets, this is only needed for `libc-hdrgen`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155337/new/
https://reviews.llvm.org/D155337
More information about the cfe-commits
mailing list