Fix DXContainer test on ppcbe
authorChris Bieneman <chris.bieneman@me.com>
Thu, 2 Jun 2022 01:18:41 +0000 (20:18 -0500)
committerChris Bieneman <chris.bieneman@me.com>
Thu, 2 Jun 2022 01:19:59 +0000 (20:19 -0500)
commit6784adc63d76e9ac231e1f3f0cdf05c8b5f6c0e9
treeeea56281a2169393980c7e28c7954fec686ed0f4
parentab9a17599021a4459e23e3a1d7aa57e9413baab5
Fix DXContainer test on ppcbe

Silly mistake, the code here was byteswapping in-place which corrupts
the data structure that is used later to write the correct file.
llvm/lib/ObjectYAML/DXContainerEmitter.cpp