llvm-capstone/libunwind
Martin Storsjö be320fdf7b
[libunwind] Convert a few options from CACHE PATH to CACHE STRING (#77534)
This applies the same change as in
760261a3da (where they were applied to
libcxxabi and libcxx) to libunwind as well.

These options can reasonably be set either as an absolute or relative
path, but if set as type PATH, they are rewritten from relative into
absolute relative to the build directory, while the relative form is
intended to be relative to the install prefix.
2024-01-10 11:25:17 +02:00
..
cmake [runtimes] Don't link against compiler-rt explicitly when we use -nostdlib++ (#75089) 2023-12-13 13:57:48 -05:00
docs [NFC][Py Reformat] Reformat python files in libcxx/libcxxabi 2023-05-25 11:15:34 +02:00
include [libunwind] Fix an inconsistent indentation (NFC) (#72314) 2023-11-15 11:34:15 -05:00
src [libunwind] Replace process_vm_readv with SYS_rt_sigprocmask (#74791) 2024-01-05 12:56:02 -08:00
test [libc++] Allow running the test suite with optimizations (#68753) 2024-01-09 10:39:14 -05:00
.clang-format
CMakeLists.txt [libunwind] Convert a few options from CACHE PATH to CACHE STRING (#77534) 2024-01-10 11:25:17 +02:00
LICENSE.TXT