llvm/libunwind
John Ericson 0a8d15ad55 [libc++][libc++abi][libunwind] Dedup install path var definitions
In D116873 I did this for libunwind prior to defining a new install path
variable. But I think the change is good on its own, and libc++{,abi}
could also use it.

libc++ needed the base header var defined above the conditional part to
use it for the prefi+ed headers in the non-target-specific case. For
consistency, I therefore put the unconditional ones above for all 3
libs, which is why I touched the libunwind code (seeing that it had the
core change already)

Reviewed By: phosek, #libunwind, #libc, #libc_abi, ldionne

Differential Revision: https://reviews.llvm.org/D116988
2022-01-11 18:24:50 +00:00
..
cmake [libc++] Disable coverage with sanitize-coverage=0 2022-01-07 17:53:21 -08:00
docs Update Bug report URL to Github Issues 2022-01-06 17:33:25 +08:00
include [libunwind][cmake] Create LIBUNWIND_INSTALL_INCLUDE_DIR CACHE PATH 2022-01-10 21:31:52 +00:00
src [libunwind] Provide a way to conveniently install libunwind headers 2021-12-16 13:32:40 -05:00
test [libunwind] Fix unwind_leaffunction test 2021-12-03 11:21:20 -08:00
.clang-format
CMakeLists.txt [libc++][libc++abi][libunwind] Dedup install path var definitions 2022-01-11 18:24:50 +00:00
LICENSE.TXT