[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)
commitc29284e6c374f9e6058998238c4bd8c3adfd9291
treebd5cf6845248941835a57895e95eca64ac2c0d8d
parentfc3dae1cd04cb58c330ed5bc7b833b612b160fb2
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240288 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/Orc/NullResolver.h [new file with mode: 0644]
lib/ExecutionEngine/Orc/CMakeLists.txt
lib/ExecutionEngine/Orc/NullResolver.cpp [new file with mode: 0644]