Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the autoconf build | David Majnemer | 2015-03-07 | 1 | -188/+0 |
| | | | | | | | | lib/ExecutionEngine/Targets has no Makefile, causing the autoconf build to fail. Solve this by bringing the COFF implementation of RuntimeDyld in line like the Mach-O and ELF implementations. llvm-svn: 231579 | ||||
* | Fix unused variable/function warnings | David Majnemer | 2015-03-07 | 1 | -1/+0 |
| | | | | llvm-svn: 231576 | ||||
* | ExecutionEngine: Preliminary support for dynamically loadable coff objects | David Majnemer | 2015-03-07 | 1 | -0/+189 |
Provide basic support for dynamically loadable coff objects. Only handles a subset of x64 currently. Patch by Andy Ayers! Differential Revision: http://reviews.llvm.org/D7793 llvm-svn: 231574 |