[PATCH] D111742: Add LLVM_EXTERNALIZE_DEBUGINFO_FLATTEN, which can do flat dSYM

Jo Shields via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 26 06:10:35 PDT 2021


directhex added a comment.

Our debug symbol infra works pretty much entirely on a single file model (i.e. it started life with .pdb Windows files, and was extended to handle symbols for macOS and Linux) so we use flat mode throughout our build system, in order for our symbol downloader (`dotnet symbol`) to work post-hoc. This change struck me as generally useful & worth submitting upstream, rather than carrying forever downstream.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111742



More information about the llvm-commits mailing list