[all-commits] [llvm/llvm-project] 5c1844: MachO: support custom section names on global vari...

Tim Northover via All-commits all-commits at lists.llvm.org
Fri Mar 10 10:23:37 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c18444289f0e618b8491429a34d65577b0d4c32
      https://github.com/llvm/llvm-project/commit/5c18444289f0e618b8491429a34d65577b0d4c32
  Author: Tim Northover <tnorthover at apple.com>
  Date:   2023-03-10 (Fri, 10 Mar 2023)

  Changed paths:
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    A llvm/test/CodeGen/AArch64/custom-sections.ll

  Log Message:
  -----------
  MachO: support custom section names on global variables

These attributes have been accepted in ELF for a while, and are generated by
Clang in some places, so it makes sense to support them on MachO too.

https://reviews.llvm.org/D143173




More information about the All-commits mailing list