Adds elf32-hexagon support and updates testcases.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM.
llvm/tools/llvm-objcopy/CopyConfig.cpp | ||
---|---|---|
276 | I would expect the list to be ordered lexicographically on the EM_* values. Unfortunately it isn't. |
llvm/test/tools/llvm-objcopy/ELF/binary-output-target.test | ||
---|---|---|
33–34 | FWIW, I'd probably have put this RUN line in the same order as the checks below. If you're okay doing some reordering, that would be great, but I think there is more than one case that needs it. | |
llvm/test/tools/llvm-objcopy/ELF/cross-arch-headers.test | ||
109–110 | Same comment as in the other test. Matching the cases with the check order would make a lot of sense. |
FWIW, I'd probably have put this RUN line in the same order as the checks below. If you're okay doing some reordering, that would be great, but I think there is more than one case that needs it.