[all-commits] [llvm/llvm-project] 9feb46: Generalize DWARF tests that expect DW_FORM_strp

Jake Egan via All-commits all-commits at lists.llvm.org
Tue Oct 26 20:43:07 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9feb461375603bbf60c8f99dbba38a9059356a33
      https://github.com/llvm/llvm-project/commit/9feb461375603bbf60c8f99dbba38a9059356a33
  Author: Jake Egan <Jake.Egan at ibm.com>
  Date:   2021-10-26 (Tue, 26 Oct 2021)

  Changed paths:
    M llvm/test/DebugInfo/Generic/containing-type-extension.ll
    M llvm/test/DebugInfo/Generic/debug-label-inline.ll
    M llvm/test/DebugInfo/Generic/debug-label.ll
    M llvm/test/DebugInfo/Generic/tu-composite.ll

  Log Message:
  -----------
  Generalize DWARF tests that expect DW_FORM_strp

The modified tests were failing on AIX because DWARF on AIX uses inline strings by default, but the tests check for `DW_FORM_strp`.

This patch removes `DW_FORM_strp` so both forms will pass the check.

Reviewed By: shchenz, dblaikie

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




More information about the All-commits mailing list