The gold tests also require ppc to be compiled in.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 5 Sep 2014 19:01:12 +0000 (19:01 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 5 Sep 2014 19:01:12 +0000 (19:01 +0000)
We could create a tools/gold/PowerPC and a tools/gold/X86, but it doesn't seem
worth it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217267 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/gold/lit.local.cfg

index ddcd48ca470d816b88754ff3231bc4c0087f0762..a59549d47abe5bc4619357fd4670e09684a475aa 100644 (file)
@@ -1,3 +1,4 @@
 if (not 'ld_plugin' in  config.available_features or
 if (not 'ld_plugin' in  config.available_features or
-    not 'X86' in config.root.targets):
+    not 'X86' in config.root.targets or
+    not 'PowerPC' in config.root.targets):
    config.unsupported = True
    config.unsupported = True