[PATCH] D29800: [libunwind][CMake] Use libc++ headers when available

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 16:47:45 PST 2017


phosek added a comment.

This is a resubmit of https://reviews.llvm.org/D29573, in the previous version I forgot to add `-nostdinc++` to `CMAKE_CXX_FLAGS` which caused a build breakage because the host C++ headers collided with the libc++ ones on some platforms.


Repository:
  rL LLVM

https://reviews.llvm.org/D29800





More information about the llvm-commits mailing list