From: Akira Hatanaka Date: Wed, 27 Feb 2019 18:59:52 +0000 (+0000) Subject: Add triples to the test I committed in r355012 to fix windows bots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9706db89ad19595c6324bf5f5c417d9124d17148;p=clang Add triples to the test I committed in r355012 to fix windows bots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@355017 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/PCH/arc-blocks.mm b/test/PCH/arc-blocks.mm index 74b7e470ea..2e17a570f8 100644 --- a/test/PCH/arc-blocks.mm +++ b/test/PCH/arc-blocks.mm @@ -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