summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2014-06-21 18:28:44 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2014-06-21 18:28:44 +0000
commit4f1560242a4b61d45e4379368b19b837ed47c749 (patch)
tree91c75d1203cc051ba167c6631d3333ef70625c92 /clang
parentd886f1a3708079e421787391292ac6246bc2b033 (diff)
downloadbcm5719-llvm-4f1560242a4b61d45e4379368b19b837ed47c749.tar.gz
bcm5719-llvm-4f1560242a4b61d45e4379368b19b837ed47c749.zip
[test] Add '-target' option to fix bot failure.
llvm-svn: 211439
Diffstat (limited to 'clang')
-rw-r--r--clang/test/Index/index-pch-objc.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/index-pch-objc.m b/clang/test/Index/index-pch-objc.m
index fd89988d5cf..b9b741f9b7f 100644
--- a/clang/test/Index/index-pch-objc.m
+++ b/clang/test/Index/index-pch-objc.m
@@ -1,4 +1,4 @@
-// RUN: c-index-test -write-pch %t.pch %s
+// RUN: c-index-test -write-pch %t.pch -target x86_64-apple-darwin10 %s
// RUN: env LIBCLANG_NOTHREADS=1 c-index-test -index-tu %t.pch | FileCheck %s
@interface SomeClass
OpenPOWER on IntegriCloud