Building 'espresso' from llvm-test-suite revealed missing support
for duplex instructions with R_HEX_GOT_16_X.
Details
Details
- Reviewers
sidneym MaskRay ruiu • espindola
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
lld/ELF/Arch/Hexagon.cpp | ||
---|---|---|
168 | You can remove the extraneous parentheses after return. Also, 0x0 should probably be just 0. Thus return (0xC000 & insn) == 0; |
Comment Actions
Fixed per review comments: removed superfluous parens around return expression, changed 0x0 to just 0.
You can remove the extraneous parentheses after return. Also, 0x0 should probably be just 0. Thus