[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
Sat Mar 15 14:40:39 PDT 2025


================
@@ -0,0 +1,243 @@
+// Test PLT section parsing on arm.
+
+// RUN: %clang -target armv6a-none-linux-gnueabi -fuse-ld=ld.lld \
----------------
MaskRay wrote:

`-target ` has been deprecated since about clang 3.4. Use `--target=`

Use -fuse-ld=lld instead of `-fuse-ld=ld.lld`, the latter is an abuse of a non-guaranteed behavior of clang driver's -fuse-ld support.

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


More information about the llvm-commits mailing list