| Issue | 91793 |
|---|---|
| Summary | [DirectX] Version in ProgramHeader is wrong on big endian host |
| Labels | backend:DirectX |
| Assignees | |
| Reporter | python3kgae |
MinorVersion and MajorVersion in llvm::dxbc::ProgramHeader used bitfield.
But the order of allocation of bit-field within a unit is implementation-defined.Wrong version will be read on big endian host right now.
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
