diff options
| author | Puyan Lotfi <puyan@puyan.org> | 2019-11-19 21:59:39 -0500 |
|---|---|---|
| committer | Puyan Lotfi <puyan@puyan.org> | 2019-11-19 21:59:39 -0500 |
| commit | 85a1662035f6445ce95f190a2fef31ed33edb175 (patch) | |
| tree | 62796d27899e194b28e4cfa29e39728f6864012a /clang/test/InterfaceStubs | |
| parent | 0ce89e2a0d857fa89dc671746697c44c6ef0fad8 (diff) | |
| download | bcm5719-llvm-85a1662035f6445ce95f190a2fef31ed33edb175.tar.gz bcm5719-llvm-85a1662035f6445ce95f190a2fef31ed33edb175.zip | |
Revert "[clang][IFS] Fixing failing bots that do not have PPC target or "orbis-ld""
This reverts commit 377d70cdea733e36107e99d9148864d24797d51c.
Diffstat (limited to 'clang/test/InterfaceStubs')
| -rw-r--r-- | clang/test/InterfaceStubs/driver-test.c | 2 | ||||
| -rw-r--r-- | clang/test/InterfaceStubs/ppc.cpp | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/clang/test/InterfaceStubs/driver-test.c b/clang/test/InterfaceStubs/driver-test.c index b34536a2976..ed5e5a04a22 100644 --- a/clang/test/InterfaceStubs/driver-test.c +++ b/clang/test/InterfaceStubs/driver-test.c @@ -1,5 +1,3 @@ -// 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 9a91697d950..3155bbd825c 100644 --- a/clang/test/InterfaceStubs/ppc.cpp +++ b/clang/test/InterfaceStubs/ppc.cpp @@ -1,5 +1,3 @@ -// 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 |

