[all-commits] [llvm/llvm-project] 468275: Fix AsmWriter to account for dynamic bit offsets (...
Tom Tromey via All-commits
all-commits at lists.llvm.org
Mon Jul 7 15:37:30 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 468275dc491e88d68def668f1a23cde9ba952e5e
https://github.com/llvm/llvm-project/commit/468275dc491e88d68def668f1a23cde9ba952e5e
Author: Tom Tromey <tromey at adacore.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M llvm/lib/IR/AsmWriter.cpp
M llvm/test/DebugInfo/X86/dynamic-bitfield.ll
Log Message:
-----------
Fix AsmWriter to account for dynamic bit offsets (#146704)
PR #141106 changed the debug metadata to allow dynamic bit offsets and
sizes. In that patch, I forgot to update AsmWriter to handle this case.
This patch corrects the oversight.
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