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 D127395
[LLD] [ELF] Add parentheses to silence a GCC warning. NFC. mstorsjo on Jun 9 2022, 4:41 AM. Authored by
Details This silences the following warning: ../tools/lld/ELF/SyntheticSections.cpp:1596:48: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
Diff Detail
|