mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-12 07:37:34 +00:00
AArch64/ARM64: disable test directory if ARM64 not present
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208186 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a3953a30b6
commit
c6f683627d
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user