mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
45233a4e05
This adds all MC tests for the SystemZ target. Patch by Richard Sandiford. llvm-svn: 181206
7 lines
159 B
INI
7 lines
159 B
INI
config.suffixes = ['.ll', '.c', '.cpp', '.s']
|
|
|
|
targets = set(config.root.targets_to_build.split())
|
|
if not 'SystemZ' in targets:
|
|
config.unsupported = True
|
|
|