llvm/test/DebugInfo/lit.local.cfg
Mehdi Amini 44cb0f3803 Update test suite to make "ninja check" succeed without native backend builtin
Requires "native" feature in most places that were failing.

From: Mehdi Amini <mehdi.amini@apple.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243960 91177308-0d34-0410-b5e6-96231b3b80d8
2015-08-04 06:32:54 +00:00

4 lines
77 B
INI

if 'native' not in config.available_features:
config.unsupported = True