[clang][IFS] Fixing failing bots that do not have PPC target or "orbis-ld"

This commit is contained in:
Puyan Lotfi 2019-11-19 18:12:07 -05:00
parent ea8e028223
commit 377d70cdea
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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