[llvm] [llvm-readobj][COFF] Implement --coff-pseudoreloc in llvm-readobj to dump runtime pseudo-relocation records (PR #151816)
Tomohiro Kashiwada via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 6 05:12:34 PDT 2025
================
@@ -0,0 +1,97 @@
+RUN: llvm-readobj --coff-pseudoreloc %p/Inputs/pseudoreloc.exe | FileCheck %s
----------------
kikairoya wrote:
Thank you! Using yaml2obj, I was able to edit the content using `sed` and easily add tests for errors.
https://github.com/llvm/llvm-project/pull/151816
More information about the llvm-commits
mailing list