[PATCH] D78888: [llvm-objcopy][MachO] Fix symbol table

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 28 01:34:52 PDT 2020


alexshap added a comment.

(At the moment I don't know if any of the valid values of n_type for a STAB has this bit set, I can take a closer look a bit later.  If yes, we probably can try to modify the test or add a new test (to avoid bloating of the existing one), another option - to manually change one of the STAB symbols in YAML. Not sure how useful it is, but we can do that.) What are your thoughts ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78888





More information about the llvm-commits mailing list