OSDN Git Service

[ORC] Convert null remote symbols to null JITSymbols.
authorLang Hames <lhames@gmail.com>
Tue, 5 Sep 2017 22:24:40 +0000 (22:24 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 5 Sep 2017 22:24:40 +0000 (22:24 +0000)
commita7beb93b94a459991d0bfc717a8d5534caadcd89
tree44088e44c24b9fc6b5e1513af9f60f6e3d8f0e40
parent72baeef44d50aebe4900da9b64921ecc9e8ea830
[ORC] Convert null remote symbols to null JITSymbols.

The existing code created a JITSymbol with an invalid materializer instead,
guaranteeing a 'missing symbol' error when someone tried to materialize the
symbol.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312584 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h
unittests/ExecutionEngine/Orc/RemoteObjectLayerTest.cpp