Skip freebsd driver test when ppc32/ppc64 targets are not configured.

Otherwise, the clang driver falls back to invoking gcc and the ppc tests
fail.

llvm-svn: 149793
This commit is contained in:
Bob Wilson 2012-02-04 23:15:59 +00:00
parent 860eb7cf12
commit 6fb01c2c96
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// REQUIRES: ppc32-registered-target,ppc64-registered-target
// RUN: %clang -no-canonical-prefixes -target powerpc-pc-freebsd8 %s \
// RUN: --sysroot=%S/Inputs/basic_freebsd_tree -### 2>&1 \
// RUN: | FileCheck --check-prefix=CHECK-PPC %s