The e_flags contains a mixture of bitfields and regular ones, ensure all of them can be serialized and deserialized.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM.
llvm/test/tools/llvm-readobj/ELF/avr-elf-headers.test | ||
---|---|---|
2 | Too many invocations can slow down testsuite execution. When there is a long list of values, we usually just test one invocation or test on invocation with one group of flags. |
Too many invocations can slow down testsuite execution.
When there is a long list of values, we usually just test one invocation or test on invocation with one group of flags.
See D98818. See section-arch-flags.test for another example.
You may consider grouping at least EF_AVR_ARCH_AVR* together.