mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
ae14af22c5
Apparently my final cleanup to use a relevant suffix for these tests before committing r176831 caused them to stop running since lit wasn't configured to run tests with that suffix in those directories (why don't we just have a global suffix list?). So, add the suffix to the relevant directories & fix the test that has bitrotted over the last week due to my debug info schema changes. llvm-svn: 177315
7 lines
158 B
INI
7 lines
158 B
INI
config.suffixes = ['.ll', '.c', '.cpp', '.test']
|
|
|
|
targets = set(config.root.targets_to_build.split())
|
|
if not 'ARM' in targets:
|
|
config.unsupported = True
|
|
|