[llvm] Fix AsmWriter to account for dynamic bit offsets (PR #146704)

Tom Tromey via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 2 13:25:10 PDT 2025


================
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=x86_64 -O0 -filetype=obj -o - %s | llvm-dwarfdump -v -debug-info - | FileCheck %s
+; RUN: llvm-as < %s | llvm-dis | llc -mtriple=x86_64 -O0 -filetype=obj -o - | llvm-dwarfdump -v -debug-info - | FileCheck %s
----------------
tromey wrote:

I added the comment but I can do something more if you would prefer.

https://github.com/llvm/llvm-project/pull/146704


More information about the llvm-commits mailing list