[lld] [llvm] [llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (PR #130764)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 25 09:15:33 PDT 2025


================
@@ -0,0 +1,243 @@
+// Test PLT section parsing on arm.
+
+// RUN: %clang --target=armv6a-none-linux-gnueabi -fuse-ld=lld \
+// RUN:   -nostdlib -nostdinc -shared %s -o %t1
+// RUN: llvm-objdump --no-show-raw-insn --no-print-imm-hex \
----------------
MaskRay wrote:

The tet tests v6a/v8m & LE/BE. Perhaps use a more meaningful executable name, say, `%v6` `%v6.be` than `%t1`.

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


More information about the llvm-commits mailing list