[ORC] Add NullResolver
authorJoseph Tremoulet <jotrem@microsoft.com>
Mon, 22 Jun 2015 15:27:58 +0000 (15:27 +0000)
committerJoseph Tremoulet <jotrem@microsoft.com>
Mon, 22 Jun 2015 15:27:58 +0000 (15:27 +0000)
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240288 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found