diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-06-09 10:06:13 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-06-09 10:06:13 +0000 |
commit | 4180f34ecb417e1136745b8846a94e0abadb0888 (patch) | |
tree | 71a289f1a354b0ee072a38e76a842da8bfe555a3 | |
parent | 6f7288dc4486a8c7105540c855333f18926053cf (diff) | |
download | llvm-4180f34ecb417e1136745b8846a94e0abadb0888.zip llvm-4180f34ecb417e1136745b8846a94e0abadb0888.tar.gz llvm-4180f34ecb417e1136745b8846a94e0abadb0888.tar.bz2 |
clang/test/CodeGenCXX/debug-info-method.cpp: Tweak for thiscall, for targeting Win32 x86.
llvm-svn: 272253
-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 b55e2c4..73d8b92 100644 --- a/clang/test/CodeGenCXX/debug-info-method.cpp +++ b/clang/test/CodeGenCXX/debug-info-method.cpp @@ -6,7 +6,7 @@ // CHECK-SAME: DIFlagArtificial // CHECK: !DIDerivedType(tag: DW_TAG_ptr_to_member_type // CHECK: !DIDerivedType(tag: DW_TAG_ptr_to_member_type, baseType: ![[MEMFUNTYPE:[0-9]+]] -// CHECK: ![[MEMFUNTYPE]] = !DISubroutineType(types: ![[MEMFUNARGS:[0-9]+]]) +// CHECK: ![[MEMFUNTYPE]] = !DISubroutineType({{(cc: DW_CC_BORLAND_thiscall, )?}}types: ![[MEMFUNARGS:[0-9]+]]) // CHECK: ![[MEMFUNARGS]] = {{.*}}, ![[THISTYPE]], // CHECK: !DILocalVariable(name: "this", arg: 1 // CHECK: !DILocalVariable(arg: 2 |