summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/template-dependent-bind-temporary.cpp
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2013-12-13 22:43:52 +0000
committerHans Wennborg <hans@hanshq.net>2013-12-13 22:43:52 +0000
commit442e4f7f5fc3446b02e97d6b3e11091c8932142e (patch)
tree9a57230b53b2404c8bd55529806295faaa41360d /clang/test/CodeGenCXX/template-dependent-bind-temporary.cpp
parent6cda8ee96f8987e8f5d8918089e319303d223431 (diff)
downloadbcm5719-llvm-442e4f7f5fc3446b02e97d6b3e11091c8932142e.tar.gz
bcm5719-llvm-442e4f7f5fc3446b02e97d6b3e11091c8932142e.zip
Prepare for using MS ABI by default for Win32: update CodeGenCXX tests
llvm-svn: 197281
Diffstat (limited to 'clang/test/CodeGenCXX/template-dependent-bind-temporary.cpp')
-rw-r--r--clang/test/CodeGenCXX/template-dependent-bind-temporary.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/template-dependent-bind-temporary.cpp b/clang/test/CodeGenCXX/template-dependent-bind-temporary.cpp
index ca980c3ff68..3f70d8d9a0b 100644
--- a/clang/test/CodeGenCXX/template-dependent-bind-temporary.cpp
+++ b/clang/test/CodeGenCXX/template-dependent-bind-temporary.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 %s -emit-llvm -cxx-abi itanium -o - | FileCheck %s
// rdar: //8620524
// PR7851
struct string {
OpenPOWER on IntegriCloud