[all-commits] [llvm/llvm-project] 01cb9c: [lld][MachO] Sort symbols in parallel in -map

Xuanda Yang via All-commits all-commits at lists.llvm.org
Wed Jun 16 19:20:39 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 01cb9c5fc52bf7978fe8e1b1dba98b0e1d304402
      https://github.com/llvm/llvm-project/commit/01cb9c5fc52bf7978fe8e1b1dba98b0e1d304402
  Author: Xuanda Yang <th3charlie at gmail.com>
  Date:   2021-06-17 (Thu, 17 Jun 2021)

  Changed paths:
    M lld/MachO/MapFile.cpp

  Log Message:
  -----------
  [lld][MachO] Sort symbols in parallel in -map

source: https://bugs.llvm.org/show_bug.cgi?id=50689

When writing a map file, sort symbols in parallel using parallelSort.
Use address name to break ties if two symbols have the same address.

Reviewed By: thakis, int3

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




More information about the All-commits mailing list