[all-commits] [llvm/llvm-project] 3ff3c6: [lld][ELF] Fix error message

James Henderson via All-commits all-commits at lists.llvm.org
Thu Mar 26 08:31:59 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ff3c6986b1aea1ca0630bf844f8567780eaec90
      https://github.com/llvm/llvm-project/commit/3ff3c6986b1aea1ca0630bf844f8567780eaec90
  Author: James Henderson <james.henderson at sony.com>
  Date:   2020-03-26 (Thu, 26 Mar 2020)

  Changed paths:
    M lld/ELF/LinkerScript.cpp
    M lld/test/ELF/linkerscript/phdrs.s

  Log Message:
  -----------
  [lld][ELF] Fix error message

The error previously talked about a "section header" but was actually
referring to a program header.

Reviewed by: grimar, MaskRay

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




More information about the All-commits mailing list