diff options
author | Martin Storsjö <martin@martin.st> | 2022-06-09 14:12:05 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2022-06-09 22:26:37 +0300 |
commit | 9617ffce0d376afe2539f477533f8c14f769cc6e (patch) | |
tree | 5c5bc90751365b9df379a36b3658533c193b87da /llvm/lib/Object/COFFObjectFile.cpp | |
parent | 8ab2c384b8ad5afe4f23d02961ed7327d491aaf9 (diff) | |
download | llvm-9617ffce0d376afe2539f477533f8c14f769cc6e.zip llvm-9617ffce0d376afe2539f477533f8c14f769cc6e.tar.gz llvm-9617ffce0d376afe2539f477533f8c14f769cc6e.tar.bz2 |
[LLD] [ELF] Add parentheses to silence a GCC warning. NFC.
This silences the following warning:
../tools/lld/ELF/SyntheticSections.cpp:1596:48: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
1596 | assert((index != 0 || type != target->gotRel && type != target->pltRel ||
Differential Revision: https://reviews.llvm.org/D127395
Diffstat (limited to 'llvm/lib/Object/COFFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions