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

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 3 09:08:31 PST 2022


probinson added a comment.

In D118754#3291554 <https://reviews.llvm.org/D118754#3291554>, @dblaikie wrote:

> 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)

Agreed.  Options carry an implication that something might not happen, and it sounds like Apple unconditionally (well, as long as there is debug info at all) wants accelerator tables.


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

https://reviews.llvm.org/D118754



More information about the llvm-commits mailing list