[PATCH] D96212: [Verifier] Allow DW_TAG_class_type/DW_TAG_union_type to have no filename

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 8 13:21:35 PST 2021


dblaikie added a comment.

In D96212#2549513 <https://reviews.llvm.org/D96212#2549513>, @aprantl wrote:

> I suppose there is no good reason to require a file name. In other places we work around this by creating a file with the name `"<compiler-generated>"` but this doesn't add  a lot of information. Do the various backends in AsmPrinter (DWARF+CodeView) accept null Files on these nodes?

hmm - got any pointers to places where we create a file named `"<compiler-generated>"`? Wouldn't mind taking a look at those/maybe changing them to not have a name.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96212/new/

https://reviews.llvm.org/D96212



More information about the llvm-commits mailing list