]> granicus.if.org Git - clang/commitdiff
Add a triple to codegen test.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 20 Apr 2017 01:02:29 +0000 (01:02 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 20 Apr 2017 01:02:29 +0000 (01:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@300803 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/cxx1z-class-deduction.cpp

index 6f8333b13d602462bd04ec530fe0660e9f3399d5..0761f2129b51ac2965f57c976182a89fcdf23446 100644 (file)
@@ -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);