From: Richard Smith Date: Mon, 13 May 2013 00:29:57 +0000 (+0000) Subject: Add missing triple to CodeGen test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4494681ef9dd76d8168e8a96af5473fb58e2e79;p=clang Add missing triple to CodeGen test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181679 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/cxx1y-deduced-return-type.cpp b/test/CodeGenCXX/cxx1y-deduced-return-type.cpp index edf673df4a..6d15a2246d 100644 --- a/test/CodeGenCXX/cxx1y-deduced-return-type.cpp +++ b/test/CodeGenCXX/cxx1y-deduced-return-type.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -std=c++1y -emit-llvm %s -o - | FileCheck %s +// RUN: %clang_cc1 -std=c++1y -triple x86_64-linux-gnu -emit-llvm %s -o - | FileCheck %s // CHECK: @x = global {{.*}} zeroinitializer