libunwind depends on C++ library headers. When building libunwind as part of LLVM and libc++ is available, use its headers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This is a resubmit of D29800, turned out I need to use LIBUNWIND_CXX_FLAGS rather than CMAKE_CXX_FLAGS to avoid the unused argument '-nostdinc++' error during linking.