summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/template-dependent-bind-temporary.cpp
diff options
context:
space:
mode:
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