[orc] Add a trivial unit test to get the ball rolling
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 23 Feb 2015 00:36:25 +0000 (00:36 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 23 Feb 2015 00:36:25 +0000 (00:36 +0000)
commite960a4e39b73eccabb3c8f5c3fc72c5e285d5351
tree3444d30c0954ebd7b163d2bcb980f68e757b89bd
parent9e07346679663cfa971ee1b6ed2ab6adcd919541
[orc] Add a trivial unit test to get the ball rolling

I made my best guess at the Makefile, since I don't have a make build.

I'm not sure if it should be valid to add an empty list of things, but
it seemed the sort of degenerate case.

llvm-svn: 230196
llvm/include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
llvm/unittests/ExecutionEngine/CMakeLists.txt
llvm/unittests/ExecutionEngine/Makefile
llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt [new file with mode: 0644]
llvm/unittests/ExecutionEngine/Orc/LazyEmittingLayerTest.cpp [new file with mode: 0644]
llvm/unittests/ExecutionEngine/Orc/Makefile [new file with mode: 0644]