summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPuyan Lotfi <puyan@puyan.org>2019-11-19 21:59:31 -0500
committerPuyan Lotfi <puyan@puyan.org>2019-11-19 21:59:31 -0500
commit0ce89e2a0d857fa89dc671746697c44c6ef0fad8 (patch)
tree1ece4019cef844da1c6792a1dcca41da8b81407a
parent6c6d34883a3003693cbf0ab3edf19eb999c1a62d (diff)
downloadbcm5719-llvm-0ce89e2a0d857fa89dc671746697c44c6ef0fad8.tar.gz
bcm5719-llvm-0ce89e2a0d857fa89dc671746697c44c6ef0fad8.zip
Revert "[clang][IFS] Attempting to fix missing 'orbis-ld' on scei-ps4-ubuntu bot."
This reverts commit 29fd1e1f4a372f3870e054da24b57a4f45861808.
-rw-r--r--clang/test/InterfaceStubs/driver-test.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/test/InterfaceStubs/driver-test.c b/clang/test/InterfaceStubs/driver-test.c
index 62d522fb7b1..b34536a2976 100644
--- a/clang/test/InterfaceStubs/driver-test.c
+++ b/clang/test/InterfaceStubs/driver-test.c
@@ -1,8 +1,6 @@
-// REQUIRES: x86-registered-target
// REQUIRES: !system-darwin && !system-windows
-// RUN: %clang -o %t1 -target x86_64-unknown-linux-gnu \
-// RUN: -emit-interface-stubs -emit-merged-ifs %s %S/object.c %S/weak.cpp
+// RUN: %clang -o %t1 -emit-interface-stubs -emit-merged-ifs %s %S/object.c %S/weak.cpp
// RUN: cat %t1.ifs | FileCheck %s
// CHECK-DAG: data
OpenPOWER on IntegriCloud