Add a new VPlan subdirectory as common place for tests checking VPlan printing. It contains a lit.local.cfg that only runs the tests when assertions are enabled. This removes the need to add explicit REQUIRES: asserts to VPlan tests. PR: https://github.com/llvm/llvm-project/pull/180611
5 lines
104 B
INI
5 lines
104 B
INI
config.suffixes = [".ll"]
|
|
|
|
if not 'asserts' in config.available_features:
|
|
config.unsupported = True
|