summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPuyan Lotfi <puyan@puyan.org>2019-11-19 18:32:31 -0500
committerPuyan Lotfi <puyan@puyan.org>2019-11-19 18:34:49 -0500
commit29fd1e1f4a372f3870e054da24b57a4f45861808 (patch)
tree1cdcdbb48f22748e27d962acc5c8e9f60651ed13
parent327a18ca0a000e4f99d02d0042ca2106db635a68 (diff)
downloadbcm5719-llvm-29fd1e1f4a372f3870e054da24b57a4f45861808.tar.gz
bcm5719-llvm-29fd1e1f4a372f3870e054da24b57a4f45861808.zip
[clang][IFS] Attempting to fix missing 'orbis-ld' on scei-ps4-ubuntu bot.
I want this test to run end to end, but I am still having trouble with missing linkers on the scei-ps4 bot. Will remove this test if it continues to be a source of brittle failures. Sorry for the noise.
-rw-r--r--clang/test/InterfaceStubs/driver-test.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/test/InterfaceStubs/driver-test.c b/clang/test/InterfaceStubs/driver-test.c
index b34536a2976..62d522fb7b1 100644
--- a/clang/test/InterfaceStubs/driver-test.c
+++ b/clang/test/InterfaceStubs/driver-test.c
@@ -1,6 +1,8 @@
+// REQUIRES: x86-registered-target
// REQUIRES: !system-darwin && !system-windows
-// RUN: %clang -o %t1 -emit-interface-stubs -emit-merged-ifs %s %S/object.c %S/weak.cpp
+// 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: cat %t1.ifs | FileCheck %s
// CHECK-DAG: data
OpenPOWER on IntegriCloud