[PATCH] D114275: [lld-macho] Include Objective-C functions in LC_FUNCTION_STARTS

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 19 13:59:03 PST 2021


int3 added a comment.

Maybe we can reuse the code here: https://github.com/llvm/llvm-project/blob/main/lld/MachO/SyntheticSections.cpp#L952

(should also check if ld64 also skips emitting Lfoo symbols in LC_FUNCTION_STARTS... I would be surprised if it didn't)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114275



More information about the llvm-commits mailing list