[PATCH] D39503: Let replaceVTableHolder accept any type

Tom Tromey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 2 07:45:24 PDT 2017


tromey added inline comments.


================
Comment at: test/DebugInfo/Generic/containing-type-extension.ll:24
+
+!0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.4 (trunk 185475)", isOptimized: false, emissionKind: FullDebug, file: !1, enums: !2, retainedTypes: !2, globals: !15, imports: !2)
+!1 = !DIFile(filename: "CodeGen/dwarf-version.c", directory: "test")
----------------
aprantl wrote:
> Why not use DW_LANG_Rust and an actual example?
It seemed better to me to have a minimal example; but I can make the DW_LANG_Rust change pretty easily.


Repository:
  rL LLVM

https://reviews.llvm.org/D39503





More information about the llvm-commits mailing list