[PATCH] D118754: [DebugInfo] Always emit `.debug_names` with dwarf 5 for Apple platforms

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 2 11:45:51 PST 2022


dblaikie added a comment.

Hmm - maybe there's another option? What if this was hardcoded down in CLang proper, not in the driver? (ie: doesn't matter what flags cc1 was passed, on Apple platforms the names would be requested when the DICompileUnit is constructed)


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

https://reviews.llvm.org/D118754



More information about the llvm-commits mailing list