forked from OSchip/llvm-project
parent
cede3db5ea
commit
d6e8f83228
|
@ -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…
Reference in New Issue