[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)
commit5aad1e15b2b7913338ec6b291bdfc05339477d68
tree30a3f675ccac83281a15f18b4c475f015bd4abed
parentc32ed570bf5754ce5ddc46ae6e9a5e7cd2a26dc3
[ORC] Add NullResolver

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
llvm/include/llvm/ExecutionEngine/Orc/NullResolver.h [new file with mode: 0644]
llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
llvm/lib/ExecutionEngine/Orc/NullResolver.cpp [new file with mode: 0644]