[all-commits] [llvm/llvm-project] da6b6b: [lld-macho][nfc] Factor out findSymbolAtOffset

Jez Ng via All-commits all-commits at lists.llvm.org
Thu Apr 7 06:13:56 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: da6b6b3c8201473a37499baab6594ef5b087f8dc
      https://github.com/llvm/llvm-project/commit/da6b6b3c8201473a37499baab6594ef5b087f8dc
  Author: Jez Ng <jezng at fb.com>
  Date:   2022-04-07 (Thu, 07 Apr 2022)

  Changed paths:
    M lld/MachO/InputFiles.cpp

  Log Message:
  -----------
  [lld-macho][nfc] Factor out findSymbolAtOffset

Our compact unwind handling code currently has some logic to locate a
symbol at a given offset in an InputSection. The EH frame code will need
to do something similar, so let's factor out the code.

Reviewed By: #lld-macho, thakis

Differential Revision: https://reviews.llvm.org/D123301




More information about the All-commits mailing list