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
Differential D29573
[libunwind][CMake] Use libc++ headers when available phosek on Feb 5 2017, 10:16 PM. Authored by
Details libunwind depends on C++ library headers. When building libunwind as part of LLVM and libc++ is available, use its headers.
Diff Detail Event Timeline |
I would name this variable with _DEFAULT on the end so that it is clear that you're setting the default value for a cached variable.