forked from OSchip/llvm-project
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:
parent
860eb7cf12
commit
6fb01c2c96
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue