[all-commits] [llvm/llvm-project] 10641a: Revert "[lld-macho] Support EH frames under arm64"

dyung via All-commits all-commits at lists.llvm.org
Thu Jun 9 05:27:11 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 10641a42e2286679e0d36ca827e1a40d95ae8ef1
      https://github.com/llvm/llvm-project/commit/10641a42e2286679e0d36ca827e1a40d95ae8ef1
  Author: Douglas Yung <douglas.yung at sony.com>
  Date:   2022-06-09 (Thu, 09 Jun 2022)

  Changed paths:
    M lld/MachO/InputFiles.cpp
    R lld/test/MachO/Inputs/eh-frame-arm64-r.o
    M lld/test/MachO/eh-frame.s

  Log Message:
  -----------
  Revert "[lld-macho] Support EH frames under arm64"

This reverts commit 977d62c33e3343a394777c1754682761eebb66cd.

This change was causing crashes in 2 tests on the buildbots:
  - https://lab.llvm.org/buildbot/#/builders/58/builds/23914
  - https://lab.llvm.org/buildbot/#/builders/36/builds/21771


  Commit: 942f4e3a7cc9a9f8b2654817cff12907d1276031
      https://github.com/llvm/llvm-project/commit/942f4e3a7cc9a9f8b2654817cff12907d1276031
  Author: Douglas Yung <douglas.yung at sony.com>
  Date:   2022-06-09 (Thu, 09 Jun 2022)

  Changed paths:
    M lld/MachO/Arch/ARM64.cpp
    M lld/MachO/Arch/ARM64_32.cpp
    M lld/MachO/Arch/X86_64.cpp
    M lld/MachO/CMakeLists.txt
    M lld/MachO/Config.h
    M lld/MachO/Driver.cpp
    R lld/MachO/EhFrame.cpp
    R lld/MachO/EhFrame.h
    M lld/MachO/ICF.cpp
    M lld/MachO/InputFiles.cpp
    M lld/MachO/InputFiles.h
    M lld/MachO/InputSection.cpp
    M lld/MachO/InputSection.h
    M lld/MachO/Relocations.h
    M lld/MachO/Symbols.h
    M lld/MachO/Target.h
    M lld/MachO/UnwindInfoSection.cpp
    M lld/MachO/Writer.cpp
    R lld/test/MachO/Inputs/eh-frame-x86_64-r.o
    R lld/test/MachO/eh-frame.s
    R lld/test/MachO/invalid/eh-frame.s
    M lld/test/MachO/obj-file-with-stabs.s
    M lld/test/MachO/tools/generate-cfi-funcs.py

  Log Message:
  -----------
  Revert "[lld-macho] Initial support for EH Frames"

This reverts commit 826be330af9c0a8553a5b32718ecd2d97e10438e.

This was causing a test failure on build bots:
  - https://lab.llvm.org/buildbot/#/builders/36/builds/21770
  - https://lab.llvm.org/buildbot/#/builders/58/builds/23913


Compare: https://github.com/llvm/llvm-project/compare/18f0b7092db5...942f4e3a7cc9


More information about the All-commits mailing list