mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-12 07:41:14 +00:00
Add comment and source to testcase.
llvm-svn: 188234
This commit is contained in:
parent
302cbd1330
commit
60bb3151e8
@ -3,6 +3,16 @@
|
||||
; RUN: llc -O0 -filetype=obj < %s > %t
|
||||
; RUN: llvm-dwarfdump %t | FileCheck %s
|
||||
|
||||
; This was pulled from clang's debug-info-template-recursive.cpp test.
|
||||
; class base { };
|
||||
|
||||
; template <class T> class foo : public base {
|
||||
; void operator=(const foo r) { }
|
||||
; };
|
||||
|
||||
; class bar : public foo<void> { };
|
||||
; bar filters;
|
||||
|
||||
; CHECK: DW_TAG_template_type_parameter [10]
|
||||
; CHECK-NEXT: DW_AT_name{{.*}}"T"
|
||||
; CHECK-NOT: DW_AT_type
|
||||
|
Loading…
x
Reference in New Issue
Block a user