mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Split the gold tests into X86 and PowerPC directories.
Patch by Than McIntosh! llvm-svn: 246328
This commit is contained in:
parent
0c1aee0b16
commit
94926ff708
@ -1,4 +1,3 @@
|
||||
if (not 'ld_plugin' in config.available_features or
|
||||
not 'X86' in config.root.targets or
|
||||
not 'PowerPC' in config.root.targets):
|
||||
config.unsupported = True
|
3
test/tools/gold/X86/lit.local.cfg
Normal file
3
test/tools/gold/X86/lit.local.cfg
Normal file
@ -0,0 +1,3 @@
|
||||
if (not 'ld_plugin' in config.available_features or
|
||||
not 'X86' in config.root.targets):
|
||||
config.unsupported = True
|
Loading…
x
Reference in New Issue
Block a user