Adding tests for the Intel JIT event listener's MCJIT support.
authorAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 21 Nov 2012 20:38:26 +0000 (20:38 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 21 Nov 2012 20:38:26 +0000 (20:38 +0000)
commit238f34a706a60bf9606d70122bac0f77265e3431
tree45dc277c05eabb92433b19189e1614d79793bf86
parentd43e06de594e734513eb4e24193eb2dd5288c0c4
Adding tests for the Intel JIT event listener's MCJIT support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168459 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
test/CMakeLists.txt
test/JitListener/lit.local.cfg [new file with mode: 0644]
test/JitListener/test-common-symbols.ll [new file with mode: 0644]
test/JitListener/test-inline.ll [new file with mode: 0644]
test/JitListener/test-parameters.ll [new file with mode: 0644]
test/lit.cfg
test/lit.site.cfg.in
tools/CMakeLists.txt
tools/LLVMBuild.txt
tools/Makefile
tools/llvm-jitlistener/CMakeLists.txt [new file with mode: 0644]
tools/llvm-jitlistener/LLVMBuild.txt [new file with mode: 0644]
tools/llvm-jitlistener/Makefile [new file with mode: 0644]
tools/llvm-jitlistener/llvm-jitlistener.cpp [new file with mode: 0644]