summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorPuyan Lotfi <puyan@puyan.org>2019-11-19 19:24:12 -0500
committerPuyan Lotfi <puyan@puyan.org>2019-11-19 19:27:46 -0500
commit1b387484b9b38a4a1e98a9d22a9a26065b0d184e (patch)
tree041079bb61ec47f9e63043e0ac4d3e084d1f8daf /clang
parent2cea161b80abf6ba442129d83bd0d4a97b751866 (diff)
downloadbcm5719-llvm-1b387484b9b38a4a1e98a9d22a9a26065b0d184e.tar.gz
bcm5719-llvm-1b387484b9b38a4a1e98a9d22a9a26065b0d184e.zip
[clang][IFS] Fixing unsupported emulation mode on clang-ppc64be-linux bot.
I am in another pickle here where if I specify a triple, I get the wrong elf target arch on the PPC bot (error from the PPC elf Linker). To avoid this I am going to turn this test off on the PPC bots for now.
Diffstat (limited to 'clang')
-rw-r--r--clang/test/InterfaceStubs/driver-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/InterfaceStubs/driver-test.c b/clang/test/InterfaceStubs/driver-test.c
index 62d522fb7b1..425d87271f3 100644
--- a/clang/test/InterfaceStubs/driver-test.c
+++ b/clang/test/InterfaceStubs/driver-test.c
@@ -1,4 +1,5 @@
// REQUIRES: x86-registered-target
+// REQUIRES: !powerpc-registered-target
// REQUIRES: !system-darwin && !system-windows
// RUN: %clang -o %t1 -target x86_64-unknown-linux-gnu \
OpenPOWER on IntegriCloud