[all-commits] [llvm/llvm-project] 44cf7e: Fix test case failure due to Commit aa50eb69 Dwarf...
Daniel Chen via All-commits
all-commits at lists.llvm.org
Thu Jul 30 10:33:12 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 44cf7e37312967a0538501cc8ac044f6a72c9efb
https://github.com/llvm/llvm-project/commit/44cf7e37312967a0538501cc8ac044f6a72c9efb
Author: Daniel Chen <cdchen at ca.ibm.com>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M llvm/test/DebugInfo/Generic/debug-info-qualifiers.ll
Log Message:
-----------
Fix test case failure due to Commit aa50eb69 DwarfDebug: Move emission of types from beginModule() to endModule() (#212805)
Commit `aa50eb69 ("DwarfDebug: Move emission of types from beginModule()
to endModule()") ` added new CHECK lines
to `debug-info-qualifiers.ll` that broke on XCOFF/AIX in two ways:
(1) `CHECK-NOT: DW_TAG_subprogram` tripped on abbrev table entries
printed before .debug_info, and
(2) the pattern `{{.*}} "g")` had a space/paren mismatch against the AIX
dwarfdump output format
This PR is fix that by adding `; CHECK: .debug_info contents: ` anchor
and changed the pattern to `{{.*}}"g"` in the test file
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list