]> granicus.if.org Git - clang/commitdiff
Give this test a triple to avoid failures on MS bots.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 5 Dec 2017 19:39:37 +0000 (19:39 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 5 Dec 2017 19:39:37 +0000 (19:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319817 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/var-templates.cpp

index 20e431bc90e787ec41fa1e7fe41b28bf7dc7ff7b..398e38162c29151e97dd3d06f5a8fdc4eaef95a0 100644 (file)
@@ -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 {}