[PATCH] D155337: [CMake] Include riscv32-unknown-elf target in Fuchsia toolchain

Roland McGrath via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 14 17:22:47 PDT 2023


mcgrathr accepted this revision.
mcgrathr added a comment.
This revision is now accepted and ready to land.

It would be a better summary to say "include ... runtimes ...".



================
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 "")
 
----------------
Does this have any effect on what is included in any of the other target lib directories?



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