llvm/test/tools/llvm-mc/lit.local.cfg
Mehdi Amini 617bb47635 Improve "default_triple" specification: make it at the directory level for test/tools/llvm-mc
From: Mehdi Amini <mehdi.amini@apple.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247819 91177308-0d34-0410-b5e6-96231b3b80d8
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