llvm-capstone/libunwind
Louis Dionne c1a442462d
[libunwind] Move errno.h and signal.h includes under the block where they're needed (#78054)
Commit fc1c478709 added includes of <signal.h> and <errno.h> to
UnwindCursor.hpp. The library previously built on platforms where these
headers are not provided. These headers should be included only in the
case where they are actually needed, i.e. on Linux.
2024-01-16 10:31:01 -05: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] Move errno.h and signal.h includes under the block where they're needed (#78054) 2024-01-16 10:31:01 -05: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