1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
Zachary Turner 7fd80a3c2e [PDB] Fix failure on big endian machines.
We changed an ArrayRef<uint8_t> to an ArrayRef<uint32_t>, but
it needs to be an ArrayRef<support::ulittle32_t>.

We also change ArrayRef<> to FixedStreamArray<>.  Technically
an ArrayRef<> will work, but it can cause a copy in the underlying
implementation if the memory is not contiguous, and there's no
reason not to use a FixedStreamArray<>.

Thanks to nemanjai@ and thakis@ for helping me track this down
and confirm the fix.

llvm-svn: 344063
2018-10-09 17:58:51 +00:00
..
2018-09-18 18:39:27 +00:00
2018-06-23 19:04:10 +00:00
2018-07-23 18:09:43 +00:00
2018-09-24 08:34:17 +00:00
2018-10-09 14:51:33 +00:00
2018-09-28 17:01:50 +00:00
2018-04-25 18:06:23 +00:00
2018-07-20 17:27:48 +00:00