[SystemZ] Set up JIT/MCJIT test cases
[oota-llvm.git] / test / ExecutionEngine / MCJIT / lit.local.cfg
index 2dbc222bba0aaf7753e69e3694daa8dfb7ad6c8f..30ed4e87e6c2f32dc650a7bab7fa1a25522ad66e 100644 (file)
@@ -9,13 +9,13 @@ root = getRoot(config)
 
 targets = set(root.targets_to_build.split())
 if ('X86' in targets) | ('AArch64' in targets) | ('ARM' in targets) | \
-   ('Mips' in targets) | ('PowerPC' in targets):
+   ('Mips' in targets) | ('PowerPC' in targets) | ('SystemZ' in targets):
     config.unsupported = False
 else:
     config.unsupported = True
 
 if root.host_arch not in ['i386', 'x86', 'x86_64',
-                          'AArch64', 'ARM', 'Mips', 'PowerPC']:
+                          'AArch64', 'ARM', 'Mips', 'PowerPC', 'SystemZ']:
     config.unsupported = True
 
 if 'i386-apple-darwin'  in root.target_triple: