| commit | 173c69f2267594d2dbba0bde2a81e55c8e494987 | [log] [tgz] |
|---|---|---|
| author | Lang Hames <lhames@gmail.com> | Wed Jan 08 04:09:09 2014 +0000 |
| committer | Lang Hames <lhames@gmail.com> | Wed Jan 08 04:09:09 2014 +0000 |
| tree | 5d0ce595950f9807300c153a5a553ec119a1aa4a | |
| parent | 7e34cc4dbda1139bd6d05cbcba82cc7f3935a577 [diff] |
Re-apply r196639: Add support for archives and object file caching under MCJIT. I believe the bot failures on linux systems were due to overestimating the alignment of object-files within archives, which are only guaranteed to be two-byte aligned. I have reduced the alignment in RuntimeDyldELF::createObjectImageFromFile accordingly. llvm-svn: 198737