summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2015-09-04 19:45:36 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2015-09-04 19:45:36 +0000
commit07dcb58f8a2b01514e3b8d2329ce08ac9342e098 (patch)
treeaefd4d4622108f3f5e5faf3033c2a5347c0cfc89
parentad6c81c6283451880efe16cd600b4314f9e517b2 (diff)
downloadbcm5719-llvm-07dcb58f8a2b01514e3b8d2329ce08ac9342e098.tar.gz
bcm5719-llvm-07dcb58f8a2b01514e3b8d2329ce08ac9342e098.zip
Add powerpc64 to parallel.ll unsupported architecture list.
llvm-svn: 246862
-rw-r--r--llvm/test/LTO/X86/parallel.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LTO/X86/parallel.ll b/llvm/test/LTO/X86/parallel.ll
index 356aa5577cd..9a8494c127f 100644
--- a/llvm/test/LTO/X86/parallel.ll
+++ b/llvm/test/LTO/X86/parallel.ll
@@ -4,7 +4,7 @@
; RUN: llvm-nm %t.o.1 | FileCheck --check-prefix=CHECK1 %s
; FIXME: Investigate test failures on these architecures.
-; UNSUPPORTED: mips, mipsel, aarch64
+; UNSUPPORTED: mips, mipsel, aarch64, powerpc64
target triple = "x86_64-unknown-linux-gnu"
OpenPOWER on IntegriCloud