Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix line endings (NFC) | Joseph Tremoulet | 2015-06-22 | 1 | -27/+27 |
| | | | | | | | I inadvertently checked these in with Windows-style line endings in r240288. llvm-svn: 240340 | ||||
* | [ORC] Add NullResolver | Joseph Tremoulet | 2015-06-22 | 1 | -0/+27 |
Summary: This is an implementation of RuntimeDyld::SymbolResolver that simply rejects all resolution requests; useful for clients that do not have any cross-object symbol references. Reviewers: lhames Reviewed By: lhames Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D10455 llvm-svn: 240288 |