diff options
author | Martin Storsjö <martin@martin.st> | 2022-08-02 10:29:01 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2022-08-03 00:14:39 +0300 |
commit | 59c6f418fa3c5d6f5c8b75ebd817be8113de7931 (patch) | |
tree | a911a1c89292b17ecb4954c37641284d61533562 /llvm/lib/Support/CommandLine.cpp | |
parent | 96d12187b3d28f63d29802a7af49dfe53cc306f3 (diff) | |
download | llvm-59c6f418fa3c5d6f5c8b75ebd817be8113de7931.zip llvm-59c6f418fa3c5d6f5c8b75ebd817be8113de7931.tar.gz llvm-59c6f418fa3c5d6f5c8b75ebd817be8113de7931.tar.bz2 |
[LLD] [MachO] Fix GCC build warnings
This fixes the following warnings produced by GCC 9:
../tools/lld/MachO/Arch/ARM64.cpp: In member function ‘void {anonymous}::OptimizationHintContext::applyAdrpLdr(const lld::macho::OptimizationHint&)’:
../tools/lld/MachO/Arch/ARM64.cpp:448:18: warning: comparison of integer expressions of different signedness: ‘int64_t’ {aka ‘long int’} and ‘uint64_t’ {aka ‘long unsigned int’} [-Wsign-compare]
448 | if (ldr.offset != (rel1->referentVA & 0xfff))
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../tools/lld/MachO/UnwindInfoSection.cpp: In function ‘bool canFoldEncoding(compact_unwind_encoding_t)’:
../tools/lld/MachO/UnwindInfoSection.cpp:404:44: warning: comparison between ‘enum<unnamed>’ and ‘enum<unnamed>’ [-Wenum-compare]
404 | static_assert(UNWIND_X86_64_MODE_MASK == UNWIND_X86_MODE_MASK, "");
| ^~~~~~~~~~~~~~~~~~~~
../tools/lld/MachO/UnwindInfoSection.cpp:405:49: warning: comparison between ‘enum<unnamed>’ and ‘enum<unnamed>’ [-Wenum-compare]
405 | static_assert(UNWIND_X86_64_MODE_STACK_IND == UNWIND_X86_MODE_STACK_IND, "");
| ^~~~~~~~~~~~~~~~~~~~~~~~~
Differential Revision: https://reviews.llvm.org/D130970
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions