[PATCH] D154638: Emit a .debug_addr section with dsymutil

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 9 21:40:43 PDT 2023


tschuett added a comment.

`llvm::ArrayRef<uint64_t>` is more common than `const std::vector<uint64_t> &` in the codebase.


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

https://reviews.llvm.org/D154638



More information about the llvm-commits mailing list