summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-method.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/debug-info-method.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/debug-info-method.cpp')
-rw-r--r--clang/test/CodeGenCXX/debug-info-method.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-method.cpp b/clang/test/CodeGenCXX/debug-info-method.cpp
index 50b3f66354e..00e95750220 100644
--- a/clang/test/CodeGenCXX/debug-info-method.cpp
+++ b/clang/test/CodeGenCXX/debug-info-method.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm -std=c++11 -g %s -o - | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm -cxx-abi itanium -std=c++11 -g %s -o - | FileCheck %s
// CHECK: metadata !"_ZTS1A"} ; [ DW_TAG_class_type ] [A]
// CHECK: metadata !"_ZN1A3fooEiS_3$_0", {{.*}} [protected]
// CHECK: ![[THISTYPE:[0-9]+]] = {{.*}} ; [ DW_TAG_pointer_type ] {{.*}} [artificial] [from _ZTS1A]
OpenPOWER on IntegriCloud