COFF and XCOFF in llvm are very different and serves different platform.
Since we have different Dumper.cpp file in llvm-readobj's implementation, we should have separate testing directory for them too.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
If you want to take this a step further, remove "xcoff" from all the file name prefixes, since they are now implicitly for XCOFF due to their directory. If there's a functional benefit for that being done in a separate commit then that's fine with me. LGTM in either case.