1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/test/tools/llvm-mc/lit.local.cfg
Mehdi Amini 11d1492eb8 Improve "default_triple" specification: make it at the directory level for test/tools/llvm-mc
From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 247819
2015-09-16 17:03:12 +00:00

5 lines
139 B
INI

# Requires a non-empty default triple for these tests
if 'default_triple' not in config.available_features:
config.unsupported = True