[all-commits] [llvm/llvm-project] be4b40: [MC] Allow annotating custom sections as zerofill

Egor Zhdan via All-commits all-commits at lists.llvm.org
Tue Jun 28 07:10:21 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: be4b40d5bc6c1449090ff102e5f23254fd535cd4
      https://github.com/llvm/llvm-project/commit/be4b40d5bc6c1449090ff102e5f23254fd535cd4
  Author: Egor Zhdan <e_zhdan at apple.com>
  Date:   2022-06-28 (Tue, 28 Jun 2022)

  Changed paths:
    M llvm/lib/MC/MCSectionMachO.cpp
    M llvm/test/CodeGen/AArch64/clang-section-macho.ll

  Log Message:
  -----------
  [MC] Allow annotating custom sections as zerofill

This is already possible for e.g. `cstring_literals`, but the entry for zerofill was unnamed.

rdar://90336380

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




More information about the All-commits mailing list