summaryrefslogtreecommitdiff
path: root/test/lit.site.cfg.in
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 /test/lit.site.cfg.in
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 'test/lit.site.cfg.in')
-rw-r--r--test/lit.site.cfg.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lit.site.cfg.in b/test/lit.site.cfg.in
index 2bbe63e634..7a328f0f28 100644
--- a/test/lit.site.cfg.in
+++ b/test/lit.site.cfg.in
@@ -16,6 +16,7 @@ config.targets_to_build = "@TARGETS_TO_BUILD@"
config.llvm_bindings = "@LLVM_BINDINGS@"
config.host_os = "@HOST_OS@"
config.host_arch = "@HOST_ARCH@"
+config.llvm_use_intel_jitevents = "@LLVM_USE_INTEL_JITEVENTS@"
# Support substitution of the tools_dir with user parameters. This is
# used when we can't determine the tool dir at configuration time.