forked from OSchip/llvm-project
[clang][IFS] Fixing failing bots that do not have PPC target or "orbis-ld"
This commit is contained in:
parent
ea8e028223
commit
377d70cdea
|
@ -1,3 +1,5 @@
|
|||
// REQUIRES: !system-darwin && !system-windows
|
||||
|
||||
// RUN: %clang -o %t1 -emit-interface-stubs -emit-merged-ifs %s %S/object.c %S/weak.cpp
|
||||
// RUN: cat %t1.ifs | FileCheck %s
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// REQUIRES: powerpc-registered-target
|
||||
|
||||
// RUN: %clang -x c++ -target powerpc64le-unknown-linux-gnu -o - %s \
|
||||
// RUN: -emit-interface-stubs -emit-merged-ifs -S | \
|
||||
// RUN: FileCheck -check-prefix=CHECK-IFS %s
|
||||
|
|
Loading…
Reference in New Issue