[all-commits] [llvm/llvm-project] b7c669: [DebugInfo] Add tests that we emit .eh_frame inste...

Fangrui Song via All-commits all-commits at lists.llvm.org
Thu Apr 29 09:36:15 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b7c6697813af21fc2bf1a87e1d66d79caea3d790
      https://github.com/llvm/llvm-project/commit/b7c6697813af21fc2bf1a87e1d66d79caea3d790
  Author: Fangrui Song <i at maskray.me>
  Date:   2021-04-29 (Thu, 29 Apr 2021)

  Changed paths:
    A llvm/test/DebugInfo/X86/cfi_sections.ll
    R llvm/test/DebugInfo/X86/debug_frame.ll

  Log Message:
  -----------
  [DebugInfo] Add tests that we emit .eh_frame instead of .debug_frame

Add tests which can catch the issue in 0ce723cb228bc1d1a0f5718f3862fb836145a333
(If any function needs CFISection::EH, the module should use CFISection::EH).

Reviewed By: echristo

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




More information about the All-commits mailing list