1
0
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:
Rafael Espindola 2015-08-28 20:33:56 +00:00
parent 0c1aee0b16
commit 94926ff708
32 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,3 @@
if (not 'ld_plugin' in config.available_features or
not 'X86' in config.root.targets):
config.unsupported = True