[all-commits] [llvm/llvm-project] f6ad04: [lld][MachO] Make emitEndFunStab independent from ...

Alexander Shaposhnikov via All-commits all-commits at lists.llvm.org
Thu Apr 1 17:48:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f6ad0453665f63cf036fcb01f26fb4f023e4cfbb
      https://github.com/llvm/llvm-project/commit/f6ad0453665f63cf036fcb01f26fb4f023e4cfbb
  Author: Alexander Shaposhnikov <alexshap at fb.com>
  Date:   2021-04-01 (Thu, 01 Apr 2021)

  Changed paths:
    M lld/MachO/Driver.cpp
    M lld/MachO/InputFiles.cpp
    M lld/MachO/SymbolTable.cpp
    M lld/MachO/SymbolTable.h
    M lld/MachO/Symbols.h
    M lld/MachO/SyntheticSections.cpp
    M lld/MachO/UnwindInfoSection.cpp

  Log Message:
  -----------
  [lld][MachO] Make emitEndFunStab independent from .subsections_via_symbols

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

Test plan: make check-lld-macho

Differential revision: https://reviews.llvm.org/D99054




More information about the All-commits mailing list