================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
