Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing a file that's no longer being used after the recent refactorings | Eli Bendersky | 2012-04-01 | 1 | -388/+0 |
| | | | | llvm-svn: 153825 | ||||
* | Expose the ELFObjectFile class directly in the Object/ELF.h header, similarly | Eli Bendersky | 2012-02-12 | 1 | -0/+388 |
to what's done for MachO and COFF. This allows advanced uses of the class to be implemented outside the Object library. In particular, the DyldELFObject subclass is now moved into its logical home - ExecutionEngine/RuntimeDyld. This patch was reviewed by Michael Spencer. llvm-svn: 150327 |