[llvm] Add support for verifying local type units in .debug_names. (PR #101133)
Pavel Labath via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 5 05:09:56 PDT 2024
================
@@ -0,0 +1,116 @@
+# RUN: yaml2obj %s -o - | not llvm-dwarfdump -verify - | FileCheck %s
----------------
labath wrote:
There's no way to get a .s version of a linked executable. I guess it's possible there's something wrong with the relocations, though I'm somewhat surprised by that since llvm-dwarfdump is reguarly used (both in tests and in real word) on unlinked files. What's the input you used to reproduce this?
https://github.com/llvm/llvm-project/pull/101133
More information about the llvm-commits
mailing list