diff options
| author | Diana Picus <diana.picus@linaro.org> | 2017-01-25 06:23:50 +0000 |
|---|---|---|
| committer | Diana Picus <diana.picus@linaro.org> | 2017-01-25 06:23:50 +0000 |
| commit | 14aa59ac4995c77ca84ab9c2bb55b3f7342d5274 (patch) | |
| tree | 005f1405ffed91282e2688bc7a49fd29d63e21c6 /clang/test/Frontend | |
| parent | 4ec7b20ef622d63824354b32e5f96ae9d9e34aae (diff) | |
| download | bcm5719-llvm-14aa59ac4995c77ca84ab9c2bb55b3f7342d5274.tar.gz bcm5719-llvm-14aa59ac4995c77ca84ab9c2bb55b3f7342d5274.zip | |
Try to fix test from r293004
This test broke on a lot of non-x86 buildbots with "unknowm CPU" errors. I don't
see anything platform-specific about this test, and it seems to work fine on ARM
if we just remove the -triple i686 flags from the run line.
llvm-svn: 293026
Diffstat (limited to 'clang/test/Frontend')
| -rw-r--r-- | clang/test/Frontend/preprocessed-input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Frontend/preprocessed-input.c b/clang/test/Frontend/preprocessed-input.c index f9c449a846e..65e52db4fca 100644 --- a/clang/test/Frontend/preprocessed-input.c +++ b/clang/test/Frontend/preprocessed-input.c @@ -1,4 +1,4 @@ // RUN: %clang -E -o %t.i %s -// RUN: %clang -Xclang -triple -Xclang i686-linux-gnu -c -o %t.o %t.i +// RUN: %clang -c -o %t.o %t.i // RUN: llvm-objdump -t %t.o | FileCheck %s // CHECK: l{{ +}}df{{ +}}*ABS*{{ +}}{{0+}}{{.+}}preprocessed-input.c{{$}} |

