[PATCH] D52057: Emit template type and value parameter DIEs for template variables.

Matthew Voss via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 18 13:09:45 PDT 2018


ormris marked an inline comment as done.
ormris added inline comments.


================
Comment at: test/DebugInfo/X86/template.ll:20
+; CHECK: DW_TAG_variable
+; CHECK-NEXT: DW_AT_name{{.*}}"var"
 ; CHECK-NOT: NULL
----------------
dblaikie wrote:
> Presumably this should actually be named 'var<int>'? Not a big deal, since this is just using whatever name is in the IR To begin with - but might make the test case less confusing.
In this case, the template parameters are not added to the variable name.


Repository:
  rL LLVM

https://reviews.llvm.org/D52057





More information about the llvm-commits mailing list