llvm-capstone/libunwind
Shoaib Meenai 3da76c2116 [libunwind] Fix build with -Wunused-function
https://reviews.llvm.org/D144252 removed -Wno-unused-function from the
libunwind build, but we have an unused function when you're building for
armv7 without assertions. Mark that function as possibly unused to avoid
the warning, and mark the parameter as a const pointer while I'm here to
make it clear that nothing is modified by a debugging function.

Reviewed By: #libunwind, philnik

Differential Revision: https://reviews.llvm.org/D156496
2023-07-27 20:22:16 -07:00
..
cmake Revert "[CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_flag" 2023-02-22 17:32:07 +00:00
docs [NFC][Py Reformat] Reformat python files in libcxx/libcxxabi 2023-05-25 11:15:34 +02:00
include [libunwind] Increase the external value of _LIBUNWIND_CURSOR_SIZE for SEH/x86_64 2023-04-11 00:00:30 +03:00
src [libunwind] Fix build with -Wunused-function 2023-07-27 20:22:16 -07:00
test [NFC][Py Reformat] Reformat python files in libcxx/libcxxabi 2023-05-25 11:15:34 +02:00
.clang-format
CMakeLists.txt [libunwind] Add cached compile and link flags to libunwind 2023-06-29 07:41:08 +00:00
LICENSE.TXT