[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 Jun 8 18:04:03 PDT 2023


probinson added a comment.

No tests (assuming the existing clang test goes away).



================
Comment at: llvm/include/llvm/IR/DebugInfoMetadata.h:1365
+    Apple = 2,
+    None = 3,
     LastDebugNameTableKind = None
----------------
Does this have any effect on bitcode? Don't want to redefine a value that's already in use.


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

https://reviews.llvm.org/D118754



More information about the llvm-commits mailing list