[PATCH] D130566: [Driver] Default to DWARF 4 on Linux/sparc64

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 26 16:44:28 PDT 2022


dblaikie added a comment.

> During a build on Debian 11/sparc64, several binaries fail to link with
>
>   /usr/bin/ld: /usr/bin/ld: DWARF error: invalid or unhandled FORM value: 0x23

What's the linker doing parsing DWARF? Any idea what feature this is? And why is it SPARC-specific? Or is it true of other targets on the same Debian version?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130566/new/

https://reviews.llvm.org/D130566



More information about the cfe-commits mailing list