[all-commits] [llvm/llvm-project] 1db59d: [ELF] Fix llvm_unreachable failure when COMMON is ...

Fangrui Song via All-commits all-commits at lists.llvm.org
Mon Mar 28 11:06:08 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1db59dc8e28819b1960dae8e7fe6d79ad4b03340
      https://github.com/llvm/llvm-project/commit/1db59dc8e28819b1960dae8e7fe6d79ad4b03340
  Author: Fangrui Song <i at maskray.me>
  Date:   2022-03-28 (Mon, 28 Mar 2022)

  Changed paths:
    M lld/ELF/SyntheticSections.h
    M lld/test/ELF/linkerscript/common.s

  Log Message:
  -----------
  [ELF] Fix llvm_unreachable failure when COMMON is placed in SHT_PROGBITS output section

Fix a regression in aa27bab5a1a17e9c4168a741a6298ecaa92c1ecb: COMMON in an
SHT_PROGBITS output section caused llvm_unreachable failure.




More information about the All-commits mailing list