summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-05-13 00:29:57 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-05-13 00:29:57 +0000
commitc6e16af2f4cea9808ce413610648ee522e1d0a61 (patch)
tree975f9480f89de618605067639fb1a27234922b50
parent65c016b106b15820f17c5ada14c862d6a349cfe1 (diff)
downloadbcm5719-llvm-c6e16af2f4cea9808ce413610648ee522e1d0a61.tar.gz
bcm5719-llvm-c6e16af2f4cea9808ce413610648ee522e1d0a61.zip
Add missing triple to CodeGen test.
llvm-svn: 181679
-rw-r--r--clang/test/CodeGenCXX/cxx1y-deduced-return-type.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/cxx1y-deduced-return-type.cpp b/clang/test/CodeGenCXX/cxx1y-deduced-return-type.cpp
index edf673df4ae..6d15a2246df 100644
--- a/clang/test/CodeGenCXX/cxx1y-deduced-return-type.cpp
+++ b/clang/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
OpenPOWER on IntegriCloud