[clang] [llvm] [dwarf] make dwarf fission compatible with RISCV relaxations (PR #164128)

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 22 09:03:15 PDT 2025


================
@@ -0,0 +1,155 @@
+; RUN: llc -dwarf-version=5 -split-dwarf-file=foo.dwo -O0 %s -mtriple=riscv64-unknown-linux-gnu -filetype=obj -o %t
----------------
dwblaikie wrote:

Yep, Split DWARF was originally implemented/prototyped as a DWARFv4 extension/prototype, before being standardized in DWARFv5.

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


More information about the llvm-commits mailing list