[llvm-dev] A libc in LLVM

Alex Brachet-Mialot via llvm-dev llvm-dev at lists.llvm.org
Thu Jun 27 11:40:07 PDT 2019


I think I might share similar concerns with Zachary, however mine is more
of a confusion.

How would this work to have two libc's at the same time? If my program is
linked against this libc, but I am using a library linked to the system
libc, how does shared state work/ If I setlocale(3) in my program, it wont
affect the library which is using a different libc like would be expected,
correct?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190627/6b0c72ac/attachment.html>


More information about the llvm-dev mailing list