Adding MCJIT and MemoryBuffer unit tests
authorAndrew Kaylor <andrew.kaylor@intel.com>
Thu, 4 Oct 2012 20:29:44 +0000 (20:29 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Thu, 4 Oct 2012 20:29:44 +0000 (20:29 +0000)
commit2d6d585c85ce8c56461f17b7b49fff24eed7b8fb
treeb09a3aee52d9f5648bab543d4fe84050d9ffbe6e
parent55977f6c37d72b318237369cd463b772b089d620
Adding MCJIT and MemoryBuffer unit tests

Patch by Daniel Malea.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165246 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ExecutionEngine/CMakeLists.txt
unittests/ExecutionEngine/MCJIT/CMakeLists.txt [new file with mode: 0644]
unittests/ExecutionEngine/MCJIT/MCJITTest.cpp [new file with mode: 0644]
unittests/ExecutionEngine/MCJIT/MCJITTestBase.h [new file with mode: 0644]
unittests/ExecutionEngine/MCJIT/MCJITTests.def [new file with mode: 0644]
unittests/ExecutionEngine/MCJIT/Makefile [new file with mode: 0644]
unittests/ExecutionEngine/MCJIT/SectionMemoryManager.cpp [new file with mode: 0644]
unittests/ExecutionEngine/MCJIT/SectionMemoryManager.h [new file with mode: 0644]
unittests/ExecutionEngine/Makefile
unittests/Support/CMakeLists.txt
unittests/Support/MemoryBufferTest.cpp [new file with mode: 0644]