mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-08 20:30:50 +00:00
AArch64/ARM64: disable test directory if ARM64 not present
llvm-svn: 208186
This commit is contained in:
parent
078f32bcd8
commit
3f03338f64
@ -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…
Reference in New Issue
Block a user