summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Orc/NullResolver.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix line endings (NFC)Joseph Tremoulet2015-06-221-27/+27
| | | | | | | I inadvertently checked these in with Windows-style line endings in r240288. llvm-svn: 240340
* [ORC] Add NullResolverJoseph Tremoulet2015-06-221-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
OpenPOWER on IntegriCloud