Details
Details
- Reviewers
aykevl MaskRay - Commits
- rGac4c430a828e: [ELF][test] Improve AVR relocation tests
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lld/test/ELF/avr-reloc.s | ||
---|---|---|
75 | These checks are omitted due to avr disassembler bugs. Now the bugs are fixed and so these checks should be enabled. |
Comment Actions
For pure test changes, I think [test] is more common than [NFC]
For lld/ELF lld/test/ELF, [ELF] is more common. There are many lld ports with very different code and [lld] in my view does not provide much value. Personally I only use [lld] for common lld code.
These checks are omitted due to avr disassembler bugs. Now the bugs are fixed and so these checks should be enabled.