diff options
author | Eric Christopher <echristo@gmail.com> | 2013-10-04 17:08:47 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-10-04 17:08:47 +0000 |
commit | 0562b27dcb07383fb9bf9a004bce5266ef161ac2 (patch) | |
tree | b7222a43c196717f579045e4ac75dea198a5f784 /clang/test/CodeGenCXX/debug-info-method.cpp | |
parent | e595bae4a4b5015ded1eea57a9d4aaace5085a7f (diff) | |
download | bcm5719-llvm-0562b27dcb07383fb9bf9a004bce5266ef161ac2.tar.gz bcm5719-llvm-0562b27dcb07383fb9bf9a004bce5266ef161ac2.zip |
Temporarily revert r191801 due to conflicts with the revert of r191792.
llvm-svn: 191968
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-method.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-method.cpp | 2 |
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..c17726cfe27 100644 --- a/clang/test/CodeGenCXX/debug-info-method.cpp +++ b/clang/test/CodeGenCXX/debug-info-method.cpp @@ -1,7 +1,7 @@ // RUN: %clang_cc1 -emit-llvm -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] +// CHECK: ![[THISTYPE:[0-9]+]] = {{.*}} ; [ DW_TAG_pointer_type ] {{.*}} [artificial] [from A] // CHECK: DW_TAG_ptr_to_member_type // CHECK: {{.*}}metadata ![[MEMFUNTYPE:[0-9]+]], metadata !{{.*}}} ; [ DW_TAG_ptr_to_member_type ] {{.*}} [from ] // CHECK: ![[MEMFUNTYPE]] = {{.*}}metadata ![[MEMFUNARGS:[0-9]+]], i32 0, null, null, null} ; [ DW_TAG_subroutine_type ] {{.*}} [from ] |