[libcxx-dev] standard system header files

Yan Yichen via libcxx-dev libcxx-dev at lists.llvm.org
Tue Sep 3 13:15:10 PDT 2019


I’m not confident if I’ve understand your question for sure, are you trying to, like, use stdio.h from LLVM without a system stdio.h?

If so, you cannot. From https://github.com/llvm/llvm-project/blob/57b08b0944046a6a57ee9b7b479181f548a5b9b4/libcxx/include/stdio.h you can find this file still needs the system stdio.h.



Best,

Yichen





From: Fabiano Sidler via libcxx-dev<mailto:libcxx-dev at lists.llvm.org>
Sent: Tuesday, September 3, 2019 9:18 PM
To: libcxx-dev at lists.llvm.org<mailto:libcxx-dev at lists.llvm.org>
Subject: [libcxx-dev] standard system header files



Hello!

Just to make sure: While libcxx ships with header files named after the
standard ones (f.e. include/c++/v1/stdio.h), I still need to get the system's
standard headers?
Background: I'm building a toolchain for a linux-based embedded system and
needed to create a package with these headers.

Thanks for clarification!

Fabiano
_______________________________________________
libcxx-dev mailing list
libcxx-dev at lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/libcxx-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/libcxx-dev/attachments/20190903/2bf98181/attachment.html>


More information about the libcxx-dev mailing list