hanchenye-llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld
Chandler Carruth e26dafeb79 Revert a series of commits to MCJIT to get the build working in CMake
(and hopefully on Windows). The bots have been down most of the day
because of this, and it's not clear to me what all will be required to
fix it.

The commits started with r153205, then r153207, r153208, and r153221.
The first commit seems to be the real culprit, but I couldn't revert
a smaller number of patches.

When resubmitting, r153207 and r153208 should be folded into r153205,
they were simple build fixes.

llvm-svn: 153241
2012-03-22 05:44:06 +00:00
..
CMakeLists.txt Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is currently basic and will be enhanced with future patches. 2012-01-16 08:56:09 +00:00
DyldELFObject.h Expose the ELFObjectFile class directly in the Object/ELF.h header, similarly 2012-02-12 06:12:10 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
RuntimeDyld.cpp Revert a series of commits to MCJIT to get the build working in CMake 2012-03-22 05:44:06 +00:00
RuntimeDyldELF.cpp Revert a series of commits to MCJIT to get the build working in CMake 2012-03-22 05:44:06 +00:00
RuntimeDyldELF.h Revert a series of commits to MCJIT to get the build working in CMake 2012-03-22 05:44:06 +00:00
RuntimeDyldImpl.h Revert a series of commits to MCJIT to get the build working in CMake 2012-03-22 05:44:06 +00:00
RuntimeDyldMachO.cpp Revert a series of commits to MCJIT to get the build working in CMake 2012-03-22 05:44:06 +00:00
RuntimeDyldMachO.h Revert a series of commits to MCJIT to get the build working in CMake 2012-03-22 05:44:06 +00:00