[all-commits] [llvm/llvm-project] 0d6d35: [lld-macho] -section_rename should work on synthet...

Jez Ng via All-commits all-commits at lists.llvm.org
Wed Jun 30 15:56:05 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0d6d35e63bb01c7021b116c0f14227e353668627
      https://github.com/llvm/llvm-project/commit/0d6d35e63bb01c7021b116c0f14227e353668627
  Author: Jez Ng <jezng at fb.com>
  Date:   2021-06-30 (Wed, 30 Jun 2021)

  Changed paths:
    M lld/MachO/SyntheticSections.cpp
    M lld/MachO/SyntheticSections.h
    M lld/MachO/Writer.cpp
    M lld/MachO/Writer.h
    M lld/test/MachO/rename.s

  Log Message:
  -----------
  [lld-macho] -section_rename should work on synthetic sections too

Previously, we only applied the renames to
ConcatOutputSections.

Reviewed By: #lld-macho, thakis

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


  Commit: b41b4148e7b9e0cb8482674875449ae3f223cdfe
      https://github.com/llvm/llvm-project/commit/b41b4148e7b9e0cb8482674875449ae3f223cdfe
  Author: Jez Ng <jezng at fb.com>
  Date:   2021-06-30 (Wed, 30 Jun 2021)

  Changed paths:
    M lld/MachO/Driver.cpp
    M lld/test/MachO/builtin-rename.s

  Log Message:
  -----------
  [lld-macho] Only enable `__DATA_CONST` for newer platforms

Matches ld64.

Reviewed By: #lld-macho, alexander-shaposhnikov

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


Compare: https://github.com/llvm/llvm-project/compare/e7e71e9454ed...b41b4148e7b9


More information about the All-commits mailing list