diff options
| author | Puyan Lotfi <puyan@puyan.org> | 2019-11-19 19:24:12 -0500 |
|---|---|---|
| committer | Puyan Lotfi <puyan@puyan.org> | 2019-11-19 19:27:46 -0500 |
| commit | 1b387484b9b38a4a1e98a9d22a9a26065b0d184e (patch) | |
| tree | 041079bb61ec47f9e63043e0ac4d3e084d1f8daf /clang | |
| parent | 2cea161b80abf6ba442129d83bd0d4a97b751866 (diff) | |
| download | bcm5719-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.c | 1 |
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 \ |

