diff options
Diffstat (limited to 'test/DebugInfo/SystemZ/lit.local.cfg')
-rw-r--r-- | test/DebugInfo/SystemZ/lit.local.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/DebugInfo/SystemZ/lit.local.cfg b/test/DebugInfo/SystemZ/lit.local.cfg new file mode 100644 index 0000000000000..a70a6854381b8 --- /dev/null +++ b/test/DebugInfo/SystemZ/lit.local.cfg @@ -0,0 +1,6 @@ +config.suffixes = ['.ll', '.s'] + +targets = set(config.root.targets_to_build.split()) +if not 'SystemZ' in targets: + config.unsupported = True + |