r319817 - Give this test a triple to avoid failures on MS bots.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 5 11:39:37 PST 2017


Author: rsmith
Date: Tue Dec  5 11:39:37 2017
New Revision: 319817

URL: http://llvm.org/viewvc/llvm-project?rev=319817&view=rev
Log:
Give this test a triple to avoid failures on MS bots.

Modified:
    cfe/trunk/test/Modules/var-templates.cpp

Modified: cfe/trunk/test/Modules/var-templates.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/var-templates.cpp?rev=319817&r1=319816&r2=319817&view=diff
==============================================================================
--- cfe/trunk/test/Modules/var-templates.cpp (original)
+++ cfe/trunk/test/Modules/var-templates.cpp Tue Dec  5 11:39:37 2017
@@ -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 {}




More information about the cfe-commits mailing list