aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2023-07-27 16:55:26 -0700
committerShoaib Meenai <smeenai@fb.com>2023-07-27 20:22:16 -0700
commit3da76c2116179fdb3fff8feb4551209e4218746e (patch)
tree5aa60c05fd4f99829a23b0cb177d5ed4f7c9a5f3 /llvm/tools/llvm-objdump/llvm-objdump.cpp
parente09a1b51ab04b0d6d1d4ba5425f75a04d6b3a13d (diff)
downloadllvm-3da76c2116179fdb3fff8feb4551209e4218746e.zip
llvm-3da76c2116179fdb3fff8feb4551209e4218746e.tar.gz
llvm-3da76c2116179fdb3fff8feb4551209e4218746e.tar.bz2
[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
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions