mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 07:57:36 +08:00
The uint16_t cast truncated the magic value to 0x00000304, making the first byte 0 (eByteOrderInvalid) on big endian hosts. Reported by Justin Hibbits. llvm-svn: 213861