]> granicus.if.org Git - clang/commitdiff
Add triples to the test I committed in r355012 to fix windows bots.
authorAkira Hatanaka <ahatanaka@apple.com>
Wed, 27 Feb 2019 18:59:52 +0000 (18:59 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Wed, 27 Feb 2019 18:59:52 +0000 (18:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@355017 91177308-0d34-0410-b5e6-96231b3b80d8

test/PCH/arc-blocks.mm

index 74b7e470ea5b34458369463b1bf84733843d233e..2e17a570f8ba9079ff10ca37eee83636f93903d3 100644 (file)
@@ -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