Fix test to work when clang is built without powerpc64 support.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158370 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bob Wilson 2012-06-12 20:22:45 +00:00
Родитель a01eddbd07
Коммит afaa421c44
1 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -52,21 +52,24 @@
// ARMV5E: "-cc1"
// ARMV5E: "-target-cpu" "arm1022e"
// RUN: %clang -target powerpc64-unknown-linux-gnu -### -S %s 2> %t.log \
// RUN: %clang -ccc-clang-archs powerpc64 \
// RUN: -target powerpc64-unknown-linux-gnu -### -S %s 2> %t.log \
// RUN: -mcpu=G5
// RUN: FileCheck -check-prefix=PPCG5 %s < %t.log
// PPCG5: clang
// PPCG5: "-cc1"
// PPCG5: "-target-cpu" "g5"
// RUN: %clang -target powerpc64-unknown-linux-gnu -### -S %s 2> %t.log \
// RUN: %clang -ccc-clang-archs powerpc64 \
// RUN: -target powerpc64-unknown-linux-gnu -### -S %s 2> %t.log \
// RUN: -mcpu=power7
// RUN: FileCheck -check-prefix=PPCPWR7 %s < %t.log
// PPCPWR7: clang
// PPCPWR7: "-cc1"
// PPCPWR7: "-target-cpu" "pwr7"
// RUN: %clang -target powerpc64-unknown-linux-gnu -### -S %s 2> %t.log
// RUN: %clang -ccc-clang-archs powerpc64 \
// RUN: -target powerpc64-unknown-linux-gnu -### -S %s 2> %t.log
// RUN: FileCheck -check-prefix=PPC64NS %s < %t.log
// PPC64NS: clang
// PPC64NS: "-cc1"