r211439 - [test] Add '-target' option to fix bot failure.

Argyrios Kyrtzidis akyrtzi at gmail.com
Sat Jun 21 11:28:44 PDT 2014


Author: akirtzidis
Date: Sat Jun 21 13:28:44 2014
New Revision: 211439

URL: http://llvm.org/viewvc/llvm-project?rev=211439&view=rev
Log:
[test] Add '-target' option to fix bot failure.

Modified:
    cfe/trunk/test/Index/index-pch-objc.m

Modified: cfe/trunk/test/Index/index-pch-objc.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/index-pch-objc.m?rev=211439&r1=211438&r2=211439&view=diff
==============================================================================
--- cfe/trunk/test/Index/index-pch-objc.m (original)
+++ cfe/trunk/test/Index/index-pch-objc.m Sat Jun 21 13:28:44 2014
@@ -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





More information about the cfe-commits mailing list