diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2014-06-05 00:25:30 +0000 |
---|---|---|
committer | Alexey Samsonov <vonosmas@gmail.com> | 2014-06-05 00:25:30 +0000 |
commit | ad81f0f419d026a8fbc11b87fe34ee661812d65b (patch) | |
tree | 2677c4f57e3b372b94efb8cb0c2394b36de608cd /llvm/test/ExecutionEngine | |
parent | 6cfa9e1a6dfd2b4b3c1c7349267a193e762959cb (diff) | |
download | bcm5719-llvm-ad81f0f419d026a8fbc11b87fe34ee661812d65b.tar.gz bcm5719-llvm-ad81f0f419d026a8fbc11b87fe34ee661812d65b.zip |
Use AArch64 instead of now removed ARM64 in test configs
llvm-svn: 210229
Diffstat (limited to 'llvm/test/ExecutionEngine')
-rw-r--r-- | llvm/test/ExecutionEngine/lit.local.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/lit.local.cfg b/llvm/test/ExecutionEngine/lit.local.cfg index 7f0b69e544a..9ec54a583f8 100644 --- a/llvm/test/ExecutionEngine/lit.local.cfg +++ b/llvm/test/ExecutionEngine/lit.local.cfg @@ -1,4 +1,4 @@ -if config.root.host_arch in ['PowerPC', 'AArch64', 'ARM64', 'SystemZ']: +if config.root.host_arch in ['PowerPC', 'AArch64', 'SystemZ']: config.unsupported = True # CMake and autoconf diverge in naming or host_arch |