[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)
commit59efa0e9b965fd52149e66ea282b139e91745215
tree69a024da0da5b58527d8b309ee3d45fad842952c
parentdad44db24cc7a19acede51f85c77535cef1bac79
[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.

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