[PATCH] D151864: Strip stabs symbols in Mach-O when stripping debug info

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 2 03:09:39 PDT 2023


serge-sans-paille added a comment.

My understanding is that STAB is another debug format that is generally superseded by DWARF. It's still a debug format and it's consistent to have `--strip-debug` removing it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151864



More information about the llvm-commits mailing list