This is an extremely small refactoring to writing byte-swapped values
in the PSV data. I've broken the PPC-BE bots a few times with changes
here because of the fragility of how byte-swapping was being done. This
should make it less likely for me to break BE builders in the future.
Details
Details
- Reviewers
bogner bob80905 - Commits
- rGb46d0353d4a8: [NFC] Refactor byteswapped writes
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Am I understanding this correctly:
This function is only implemented for all integral types, and always returns void?