projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3953a3
)
AArch64/ARM64: disable test directory if ARM64 not present
author
Tim Northover
<tnorthover@apple.com>
Wed, 7 May 2014 10:42:06 +0000
(10:42 +0000)
committer
Tim Northover
<tnorthover@apple.com>
Wed, 7 May 2014 10:42:06 +0000
(10:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208186
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/MC/Disassembler/AArch64/lit.local.cfg
patch
|
blob
|
history
diff --git
a/test/MC/Disassembler/AArch64/lit.local.cfg
b/test/MC/Disassembler/AArch64/lit.local.cfg
index 9a66a00189eacfe2890dcf3443876ea2c35118ca..c6f83453ac20251500097671119c55916c5d4e45 100644
(file)
--- a/
test/MC/Disassembler/AArch64/lit.local.cfg
+++ b/
test/MC/Disassembler/AArch64/lit.local.cfg
@@
-1,4
+1,4
@@
targets = set(config.root.targets_to_build.split())
-if
not 'AArch64'
in targets:
+if
'AArch64' not in targets or 'ARM64' not
in targets:
config.unsupported = True