[PATCH] D25431: [libcxx] [CMake] Build Solaris compat as separate C lib, to avoid -std= issues

David Chisnall via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 10 06:06:19 PDT 2016


theraven added a comment.

It sounds as if the bug here is either that the .c files are being treated as c++, or that we're sticking -std=c++{whatever} in CFLAGS as well as CXXFLAGS.  This is probably the bug that should be fixed.


https://reviews.llvm.org/D25431





More information about the cfe-commits mailing list