[all-commits] [llvm/llvm-project] eb755d: Split findUnwindSectionsByPhdr into target-specifi...

Sterling-Augustine via All-commits all-commits at lists.llvm.org
Fri Mar 6 13:28:34 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: eb755df5c27f5687a4f43a62e7eb0713c3f8f030
      https://github.com/llvm/llvm-project/commit/eb755df5c27f5687a4f43a62e7eb0713c3f8f030
  Author: Sterling Augustine <saugustine at google.com>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M libunwind/src/AddressSpace.hpp

  Log Message:
  -----------
  Split findUnwindSectionsByPhdr into target-specific functions.

Summary:
This further cleans up the control flow and makes it easier to
optimize and replace portions in a subsequent patch.

This should be NFC, but given the amount of #ifdeffing here,
it may not be. So will watch the buildbots closely.

Also, as this is purely moving existing code around, I plan to
ignore the lint errors.

Reviewers: compnerd, miyuki, mstorsjo

Subscribers: libcxx-commits

Tags: #libc

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




More information about the All-commits mailing list