mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
c17d225889
The subject test was not actually running. This patch adds the relevant suffix to the list of lit case filename extensions for the enclosing directory. Minor adjustments are also made to deal with bit rot. Reviewed By: daltenty Differential Revision: https://reviews.llvm.org/D87122
5 lines
95 B
INI
5 lines
95 B
INI
if not 'X86' in config.root.targets:
|
|
config.unsupported = True
|
|
|
|
config.suffixes.add('.py')
|