mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 22:17:23 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user