[lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 12 01:25:15 PDT 2025
================
@@ -0,0 +1,104 @@
+# Test PLT section with long entries parsing on arm
----------------
jh7370 wrote:
Nit: newer tests among the LLVM tools tend to use `##` for comments, to help distinguish them from RUN and CHECK lines.
Also missing "." at the end of the sentence.
```suggestion
## Test PLT section with long entries parsing on arm.
```
Applies throughout.
https://github.com/llvm/llvm-project/pull/130764
More information about the llvm-commits
mailing list