[clang] 377d70c - [clang][IFS] Fixing failing bots that do not have PPC target or "orbis-ld"
Puyan Lotfi via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 19 15:13:36 PST 2019
Author: Puyan Lotfi
Date: 2019-11-19T18:12:07-05:00
New Revision: 377d70cdea733e36107e99d9148864d24797d51c
URL: https://github.com/llvm/llvm-project/commit/377d70cdea733e36107e99d9148864d24797d51c
DIFF: https://github.com/llvm/llvm-project/commit/377d70cdea733e36107e99d9148864d24797d51c.diff
LOG: [clang][IFS] Fixing failing bots that do not have PPC target or "orbis-ld"
Added:
Modified:
clang/test/InterfaceStubs/driver-test.c
clang/test/InterfaceStubs/ppc.cpp
Removed:
################################################################################
diff --git a/clang/test/InterfaceStubs/driver-test.c b/clang/test/InterfaceStubs/driver-test.c
index ed5e5a04a226..b34536a29761 100644
--- a/clang/test/InterfaceStubs/driver-test.c
+++ b/clang/test/InterfaceStubs/driver-test.c
@@ -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
diff --git a/clang/test/InterfaceStubs/ppc.cpp b/clang/test/InterfaceStubs/ppc.cpp
index 3155bbd825c5..9a91697d9506 100644
--- a/clang/test/InterfaceStubs/ppc.cpp
+++ b/clang/test/InterfaceStubs/ppc.cpp
@@ -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
More information about the cfe-commits
mailing list