[ORC] Add unit tests for the new RTDyldObjectLinkingLayer2 class.
authorLang Hames <lhames@gmail.com>
Mon, 27 Aug 2018 22:30:57 +0000 (22:30 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 27 Aug 2018 22:30:57 +0000 (22:30 +0000)
commit20d78921437054d186a78fee0ac09cce4dafa363
treec4fddf60489056afa4af98b431e2d9a32090a115
parentfe0b5d215bafcd18919d3cd5e59d5b1383f73d5d
[ORC] Add unit tests for the new RTDyldObjectLinkingLayer2 class.

The new unit tests match the old ones, which will remain in tree until the
old RTDyldObjectLinkingLayer is removed.

llvm-svn: 340786
llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt
llvm/unittests/ExecutionEngine/Orc/RTDyldObjectLinkingLayer2Test.cpp [new file with mode: 0644]