Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-25 | PNaCl wire format: Remove the top-level DATALAYOUT record | Mark Seaborn | |
PNaCl only supports a fixed data layout, so treat this as implicit in the pexe file. Add the data layout field back at read time, to prevent accidentally using any architecture-specific backend data layout when translating, and to ensure that any IR passes that use the data layout work correctly. BUG=https://code.google.com/p/nativeclient/issues/detail?id=3505 TEST=*.ll tests + PNaCl toolchain trybots Review URL: https://codereview.chromium.org/17591014 |