[llvm] Add support for verifying local type units in .debug_names. (PR #101133)
Greg Clayton via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 1 15:48:31 PDT 2024
================
@@ -0,0 +1,116 @@
+# RUN: yaml2obj %s -o - | not llvm-dwarfdump -verify - | FileCheck %s
----------------
clayborg wrote:
And this was for a .o file straight from the compiler. I am guessing llvm-dwarfdump might not be applying relocations, but that is beyond the scope of this patch.
Is there a way to get a .s file for linked executable?
https://github.com/llvm/llvm-project/pull/101133
More information about the llvm-commits
mailing list