[all-commits] [llvm/llvm-project] 6784ad: Fix DXContainer test on ppcbe
Chris B via All-commits
all-commits at lists.llvm.org
Wed Jun 1 18:20:13 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6784adc63d76e9ac231e1f3f0cdf05c8b5f6c0e9
https://github.com/llvm/llvm-project/commit/6784adc63d76e9ac231e1f3f0cdf05c8b5f6c0e9
Author: Chris Bieneman <chris.bieneman at me.com>
Date: 2022-06-01 (Wed, 01 Jun 2022)
Changed paths:
M llvm/lib/ObjectYAML/DXContainerEmitter.cpp
Log Message:
-----------
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.
More information about the All-commits
mailing list