| commit | 15fe7a530d352aecea65f952e6b321635b4fe2a8 | [log] [tgz] |
|---|---|---|
| author | Reid Kleckner <reid@kleckner.net> | Tue Jul 15 01:16:09 2014 +0000 |
| committer | Reid Kleckner <reid@kleckner.net> | Tue Jul 15 01:16:09 2014 +0000 |
| tree | bc57a8dd18688ae152d2f3d1198784096ae07528 | |
| parent | 3151463091b6a0ffb40e1a485e9e14f56f527b18 [diff] |
Document the maximum LLVM IR alignment, which is 1 << 29 or 0.5 GiB Add verifier checks. We already check these in the assembly parser, but a frontend producing IR in memory wouldn't hit those checks. llvm-svn: 213027