summaryrefslogtreecommitdiff
path: root/tools/llvm-jitlistener/LLVMBuild.txt
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2012-11-21 20:38:26 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2012-11-21 20:38:26 +0000
commit238f34a706a60bf9606d70122bac0f77265e3431 (patch)
tree45dc277c05eabb92433b19189e1614d79793bf86 /tools/llvm-jitlistener/LLVMBuild.txt
parentd43e06de594e734513eb4e24193eb2dd5288c0c4 (diff)
downloadllvm-238f34a706a60bf9606d70122bac0f77265e3431.tar.gz
llvm-238f34a706a60bf9606d70122bac0f77265e3431.tar.bz2
llvm-238f34a706a60bf9606d70122bac0f77265e3431.tar.xz
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
Diffstat (limited to 'tools/llvm-jitlistener/LLVMBuild.txt')
-rw-r--r--tools/llvm-jitlistener/LLVMBuild.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/llvm-jitlistener/LLVMBuild.txt b/tools/llvm-jitlistener/LLVMBuild.txt
new file mode 100644
index 0000000000..c436dd90f9
--- /dev/null
+++ b/tools/llvm-jitlistener/LLVMBuild.txt
@@ -0,0 +1,22 @@
+;===- ./tools/llvm-jitlistener/LLVMBuild.txt -------------------*- Conf -*--===;
+;
+; The LLVM Compiler Infrastructure
+;
+; This file is distributed under the University of Illinois Open Source
+; License. See LICENSE.TXT for details.
+;
+;===------------------------------------------------------------------------===;
+;
+; This is an LLVMBuild description file for the components in this subdirectory.
+;
+; For more information on the LLVMBuild system, please see:
+;
+; http://llvm.org/docs/LLVMBuild.html
+;
+;===------------------------------------------------------------------------===;
+
+[component_0]
+type = Tool
+name = llvm-jitlistener
+parent = Tools
+required_libraries = AsmParser BitReader Interpreter JIT MCJIT NativeCodeGen Object SelectionDAG Native