[Orc] Make CompileOnDemandLayer::findSymbol call BaseLayer::findSymbol if no
authorLang Hames <lhames@gmail.com>
Tue, 20 Oct 2015 04:35:02 +0000 (04:35 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 20 Oct 2015 04:35:02 +0000 (04:35 +0000)
commit7233876104013680a0f3c7a75228ecb0cc3c27dc
tree8fd968cc25ab662ce65b71a1b88a7c91fb5dd79d
parent08e1ec066dc01294e34e7adbe877a7e06d4f00a7
[Orc] Make CompileOnDemandLayer::findSymbol call BaseLayer::findSymbol if no
symbol definition is found in the logical dylibs.

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