[all-commits] [llvm/llvm-project] 5bfdbd: [lld-macho] Fix cpuSubtype for non-x86_64 archs

Jez Ng via All-commits all-commits at lists.llvm.org
Mon Feb 22 09:13:39 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5bfdbdeb408a966fd882f20c6fa79f6b5eb12990
      https://github.com/llvm/llvm-project/commit/5bfdbdeb408a966fd882f20c6fa79f6b5eb12990
  Author: Jez Ng <jezng at fb.com>
  Date:   2021-02-22 (Mon, 22 Feb 2021)

  Changed paths:
    M lld/MachO/SyntheticSections.cpp
    A lld/test/MachO/header.s

  Log Message:
  -----------
  [lld-macho] Fix cpuSubtype for non-x86_64 archs

dyld on iOS will complain if the LIB64 bit is set.

Reviewed By: #lld-macho, thakis

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


  Commit: 8c4638c3676ef8071a4aba2070da09abe8fe3244
      https://github.com/llvm/llvm-project/commit/8c4638c3676ef8071a4aba2070da09abe8fe3244
  Author: Jez Ng <jezng at fb.com>
  Date:   2021-02-22 (Mon, 22 Feb 2021)

  Changed paths:
    M lld/MachO/SyntheticSections.cpp

  Log Message:
  -----------
  [lld-macho] Clean up comments


Compare: https://github.com/llvm/llvm-project/compare/784c70d704d3...8c4638c3676e


More information about the All-commits mailing list