summaryrefslogtreecommitdiff
path: root/test/Analysis
diff options
context:
space:
mode:
authorTim Northover <Tim.Northover@arm.com>2013-05-06 16:51:08 +0000
committerTim Northover <Tim.Northover@arm.com>2013-05-06 16:51:08 +0000
commit4c8850cd1c97eff659169967bb70b6e22c3ace27 (patch)
treef1441feda57b637be51be0db257e425791d175d7 /test/Analysis
parent9887cbed0597256b72742c5891a35f197e790e9d (diff)
downloadllvm-4c8850cd1c97eff659169967bb70b6e22c3ace27.tar.gz
llvm-4c8850cd1c97eff659169967bb70b6e22c3ace27.tar.bz2
llvm-4c8850cd1c97eff659169967bb70b6e22c3ace27.tar.xz
AArch64: use MCJIT by default and enable related tests.
This just enables some testing I'd missed after implementing MCJIT support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181215 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r--test/Analysis/Profiling/lit.local.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/Analysis/Profiling/lit.local.cfg b/test/Analysis/Profiling/lit.local.cfg
index 444b7dc274..d40fa4f9d3 100644
--- a/test/Analysis/Profiling/lit.local.cfg
+++ b/test/Analysis/Profiling/lit.local.cfg
@@ -7,10 +7,5 @@ def getRoot(config):
root = getRoot(config)
-# Most profiling tests rely on a JIT being present to gather their data; AArch64
-# doesn't have any JIT at present so they will fail when run there.
-if root.host_arch in ['AArch64']:
- config.unsupported = True
-
if 'hexagon' in root.target_triple:
config.unsupported = True