From 8df79b8c01236478ed93b6825df2450a43eebb07 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Tue, 5 Dec 2017 19:39:37 +0000 Subject: [PATCH] Give this test a triple to avoid failures on MS bots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319817 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Modules/var-templates.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Modules/var-templates.cpp b/test/Modules/var-templates.cpp index 20e431bc90..398e38162c 100644 --- a/test/Modules/var-templates.cpp +++ b/test/Modules/var-templates.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fmodules -std=c++14 -emit-llvm %s -o - | FileCheck %s +// RUN: %clang_cc1 -fmodules -std=c++14 -emit-llvm %s -o - -triple %itanium_abi_triple | FileCheck %s #pragma clang module build A module A {} -- 2.50.1