[lld] [llvm] [llvm-readelf] Print more information for RELR (PR #89162)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 18 01:45:31 PDT 2024
================
@@ -1,6 +1,7 @@
## This is a test to test how SHT_RELR sections are dumped.
# RUN: yaml2obj --docnum=1 %s -o %t1
+# RUN: llvm-objcopy --strip-all %t1 %t1.stripped
----------------
jh7370 wrote:
I think it would be easier to follow if this line were to be moved down to where `%t1.stripped` is actually used.
https://github.com/llvm/llvm-project/pull/89162
More information about the llvm-commits
mailing list