From: Richard Smith Date: Thu, 20 Apr 2017 01:02:29 +0000 (+0000) Subject: Add a triple to codegen test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21173cb65e66b21689ddfdf391efd6450867dd5f;p=clang Add a triple to codegen test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@300803 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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);