[all-commits] [llvm/llvm-project] eb68cb: Fix big endian build bots
Chris B via All-commits
all-commits at lists.llvm.org
Mon Jun 6 17:27:40 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb68cbb405512b448a2f3336e102982c144ad4e9
https://github.com/llvm/llvm-project/commit/eb68cbb405512b448a2f3336e102982c144ad4e9
Author: Chris Bieneman <chris.bieneman at me.com>
Date: 2022-06-06 (Mon, 06 Jun 2022)
Changed paths:
M llvm/lib/ObjectYAML/DXContainerEmitter.cpp
Log Message:
-----------
Fix big endian build bots
Another case of reading a value from a struct that has been byte
swapped to write out. This should address the failure on the ppcbe bot.
More information about the All-commits
mailing list