summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit7dbbc28f7252a544f21e62241ffcda71254bf37d (patch)
tree0f2808ed2391984544bdd8d69f501e494e8e605f /llvm/test/Analysis
parent50e5db8a6bcf49a92a57f8d9c425f198f54e32ee (diff)
downloadbcm5719-llvm-7dbbc28f7252a544f21e62241ffcda71254bf37d.tar.gz
bcm5719-llvm-7dbbc28f7252a544f21e62241ffcda71254bf37d.zip
AArch64: use MCJIT by default and enable related tests.
This just enables some testing I'd missed after implementing MCJIT support. llvm-svn: 181215
Diffstat (limited to 'llvm/test/Analysis')
-rw-r--r--llvm/test/Analysis/Profiling/lit.local.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/Analysis/Profiling/lit.local.cfg b/llvm/test/Analysis/Profiling/lit.local.cfg
index 444b7dc2741..d40fa4f9d3a 100644
--- a/llvm/test/Analysis/Profiling/lit.local.cfg
+++ b/llvm/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
OpenPOWER on IntegriCloud