Issue 127012
Summary [libc++] Make libc++ buildable with explicit Clang modules
Labels clang, libc++
Assignees
Reporter atetubou
    Currently libc++ doesn't build with libc++'s modules due to
* missing includes
* ODR violation in https://github.com/llvm/llvm-project/blob/main/libcxx/src/iostream.cpp

This is tracking issue to make libc++ buildable with libc++'s modules.

Steps will be like
1. support explicit modules build with CMake and/or GN
2. fix missing includes or modulemap config
3. handle ODR violation in iostream.cpp


_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to