mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
d923318fcc
This patch finishes addressing unused prefixes under CodeGen: 2 remaining tests fixed, and then undo-ing the lit.local.cfg changes under various subdirs and moving the policy under CodeGen. Differential Revision: https://reviews.llvm.org/D94430
5 lines
99 B
INI
5 lines
99 B
INI
if not 'PowerPC' in config.root.targets:
|
|
config.unsupported = True
|
|
|
|
config.suffixes.add('.py')
|