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

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 14 04:15:17 PDT 2016


EricWF added a comment.

Why not just compile the sources files as C++ by changing their extensions? This change seems all kinds of wrong because we're throwing away *all* of our flags, including things like `-m32` or `-target <cross-compile-target>`.


https://reviews.llvm.org/D25431





More information about the cfe-commits mailing list