]> granicus.if.org Git - clang/commitdiff
Try to fix test from r293004
authorDiana Picus <diana.picus@linaro.org>
Wed, 25 Jan 2017 06:23:50 +0000 (06:23 +0000)
committerDiana Picus <diana.picus@linaro.org>
Wed, 25 Jan 2017 06:23:50 +0000 (06:23 +0000)
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@293026 91177308-0d34-0410-b5e6-96231b3b80d8

test/Frontend/preprocessed-input.c

index f9c449a846edd6215b63b7fc57df0c9d4422f7e5..65e52db4fca94ecc0ced7fb76e6069ac0ace7c46 100644 (file)
@@ -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{{$}}