From 21173cb65e66b21689ddfdf391efd6450867dd5f Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 20 Apr 2017 01:02:29 +0000 Subject: [PATCH] Add a triple to codegen test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@300803 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/cxx1z-class-deduction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGenCXX/cxx1z-class-deduction.cpp b/test/CodeGenCXX/cxx1z-class-deduction.cpp index 6f8333b13d..0761f2129b 100644 --- a/test/CodeGenCXX/cxx1z-class-deduction.cpp +++ b/test/CodeGenCXX/cxx1z-class-deduction.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -std=c++1z %s -emit-llvm -o - | FileCheck %s +// RUN: %clang_cc1 -std=c++1z %s -triple %itanium_abi_triple -emit-llvm -o - | FileCheck %s template struct A { A(T = 0); -- 2.40.0