mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-03 14:08:57 +00:00
e68f0b650e
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177315 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
162 B
INI
7 lines
162 B
INI
config.suffixes = ['.ll', '.c', '.cpp', '.test']
|
|
|
|
targets = set(config.root.targets_to_build.split())
|
|
if not 'PowerPC' in targets:
|
|
config.unsupported = True
|
|
|