1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Add powerpc64 to parallel.ll unsupported architecture list.

llvm-svn: 246862
This commit is contained in:
Peter Collingbourne 2015-09-04 19:45:36 +00:00
parent 108dbc7c6d
commit be1be36b7d

View File

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