r355017 - Add triples to the test I committed in r355012 to fix windows bots.

Akira Hatanaka via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 27 10:59:52 PST 2019


Author: ahatanak
Date: Wed Feb 27 10:59:52 2019
New Revision: 355017

URL: http://llvm.org/viewvc/llvm-project?rev=355017&view=rev
Log:
Add triples to the test I committed in r355012 to fix windows bots.

Modified:
    cfe/trunk/test/PCH/arc-blocks.mm

Modified: cfe/trunk/test/PCH/arc-blocks.mm
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/arc-blocks.mm?rev=355017&r1=355016&r2=355017&view=diff
==============================================================================
--- cfe/trunk/test/PCH/arc-blocks.mm (original)
+++ cfe/trunk/test/PCH/arc-blocks.mm Wed Feb 27 10:59:52 2019
@@ -1,5 +1,5 @@
-// RUN: %clang_cc1 -fobjc-arc -fblocks -std=c++1y -emit-pch %s -o %t
-// RUN: %clang_cc1 -fobjc-arc -fblocks -std=c++1y -include-pch %t -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc -fblocks -std=c++1y -emit-pch %s -o %t
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc -fblocks -std=c++1y -include-pch %t -emit-llvm -o - %s | FileCheck %s
 
 #ifndef HEADER_INCLUDED
 #define HEADER_INCLUDED




More information about the cfe-commits mailing list