[llvm-dev] Building libc++ for a RISCV bare target?

Thomas Goodfellow via llvm-dev llvm-dev at lists.llvm.org
Wed Oct 20 06:38:37 PDT 2021


Is it possible to build libc++ without OS support, e.g. with code such as
structured I/O or threads absent or replaced by non-functional stubs?

(based on https://libcxx.llvm.org/BuildingLibcxx.html, I had an optimistic
try with -DLLVM_RUNTIME_TARGETS=riscv32-unknown-elf . That fails, but
possibly some other set of control macros can achieve this?)

Thanks,
Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20211020/bf5758bc/attachment-0001.html>


More information about the llvm-dev mailing list