[all-commits] [llvm/llvm-project] 28d81a: [lld][COFF] Remove incorrect flag from EHcont table

duk via All-commits all-commits at lists.llvm.org
Wed Sep 27 23:37:06 PDT 2023


  Branch: refs/heads/release/17.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 28d81a2bfa0accbcda1210c2309743d894080759
      https://github.com/llvm/llvm-project/commit/28d81a2bfa0accbcda1210c2309743d894080759
  Author: namazso <admin at namazso.eu>
  Date:   2023-09-28 (Thu, 28 Sep 2023)

  Changed paths:
    M lld/COFF/Writer.cpp
    M lld/test/COFF/guard-ehcont.s
    M llvm/tools/llvm-readobj/COFFDumper.cpp

  Log Message:
  -----------
  [lld][COFF] Remove incorrect flag from EHcont table

Fixes EHCont implementation in LLD. Closes #64570

Reviewed By: rnk

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

(cherry picked from commit e335c78ec2848e24b10e32e015a84347c69c8130)


  Commit: 1b55dc9d94c3d9cbd933e40ca98c9f94a8b02ef1
      https://github.com/llvm/llvm-project/commit/1b55dc9d94c3d9cbd933e40ca98c9f94a8b02ef1
  Author: duk <37 at cmail.nu>
  Date:   2023-09-28 (Thu, 28 Sep 2023)

  Changed paths:
    M llvm/tools/llvm-readobj/COFFDumper.cpp

  Log Message:
  -----------
  Fix buildbot failure caused by D157623

GCC doesn't like the implicit conversion here.

(cherry picked from commit f11f90d5f4ebfab2b44bf3c98b2d2162acf81e2c)


Compare: https://github.com/llvm/llvm-project/compare/b7eba056b93c...1b55dc9d94c3


More information about the All-commits mailing list