r300803 - Add a triple to codegen test.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 19 18:02:29 PDT 2017


Author: rsmith
Date: Wed Apr 19 20:02:29 2017
New Revision: 300803

URL: http://llvm.org/viewvc/llvm-project?rev=300803&view=rev
Log:
Add a triple to codegen test.

Modified:
    cfe/trunk/test/CodeGenCXX/cxx1z-class-deduction.cpp

Modified: cfe/trunk/test/CodeGenCXX/cxx1z-class-deduction.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/cxx1z-class-deduction.cpp?rev=300803&r1=300802&r2=300803&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/cxx1z-class-deduction.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/cxx1z-class-deduction.cpp Wed Apr 19 20:02:29 2017
@@ -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<typename T> struct A {
   A(T = 0);




More information about the cfe-commits mailing list