As described on the bug, the '-include' flag added to C++ flags on SunOS gets propagated to subprojects such as libc++ while they do not have matching include directories enabled. This simple patch adds an -I flag along with the -include to ensure that the compiler is able to find the requested include.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
@mgorny: I would suggest adding some reviews that frequently review LLVM CMake changes since this change will affect more than just libc++.