[PATCH] D99054: [lld][MachO] Make emitEndFunStab independent from .subsections_via_symbols

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 21 23:40:51 PDT 2021


alexshap created this revision.
alexshap added reviewers: int3, lld-macho.
alexshap created this object with visibility "All Users".
Herald added a project: lld-macho.
alexshap requested review of this revision.
Herald added a project: LLVM.

This diff addresses FIXME in SyntheticSections.cpp and removes the dependency of emitEndFunStab on .subsections_via_symbols.

Test plan: make check-lld-macho

P.S. I'm planning to improve the test coverage for stabs in a follow-up patch.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99054

Files:
  lld/MachO/Driver.cpp
  lld/MachO/InputFiles.cpp
  lld/MachO/SymbolTable.cpp
  lld/MachO/SymbolTable.h
  lld/MachO/Symbols.h
  lld/MachO/SyntheticSections.cpp
  lld/MachO/UnwindInfoSection.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99054.332202.patch
Type: text/x-patch
Size: 8371 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210322/d2438334/attachment.bin>


More information about the llvm-commits mailing list