[llvm] [llvm-objdump] Rework .gnu.version_d dumping (PR #128434)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 01:50:04 PST 2025


================
@@ -0,0 +1,50 @@
+## Adapted from test/llvm-readobj/ELF/verdef-invalid.test
+## Check that we report a warning when a SHT_GNU_verdef section contains a version definition
+## that refers to an auxiliary entry that goes past the end of the section.
+
+# RUN: yaml2obj %s -o %t5
----------------
jh7370 wrote:

Nit: no need for this to be `%t5`, since this is the first file.

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


More information about the llvm-commits mailing list