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
3 lines
71 B
INI
3 lines
71 B
INI
if not "PowerPC" in config.root.targets:
|
|
config.unsupported = True
|