On Jan 20, 2009, at 11:21 PM, Ted Kremenek wrote: > Chris, > > I don't think that this is portable. This assumes that both the host > and the PTH file encode integers in little endian format. Doh. The code should use llvm/include/llvm/System/Host.h to check endianness, I just reverted the patch for now. -Chris