1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/DebugInfo/SystemZ/lit.local.cfg
Ulrich Weigand a63b3fe2f6 [SystemZ] Add DebugInfo test cases
This adds all DebugInfo tests for the SystemZ target.

This version of the patch incorporates feedback from reviews by
Eric Christopher and Rafael Espindola.  Thanks to all reviewers!

Patch by Richard Sandiford.

llvm-svn: 181205
2013-05-06 16:18:29 +00:00

7 lines
145 B
INI

config.suffixes = ['.ll', '.s']
targets = set(config.root.targets_to_build.split())
if not 'SystemZ' in targets:
config.unsupported = True