[lld] Reapply "[lld] Support thumb PLTs" (#93631) (PR #93644)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue May 28 22:27:06 PDT 2024


================
@@ -0,0 +1,126 @@
+// REQUIRES: arm
+// RUN: llvm-mc -filetype=obj -arm-add-build-attributes -triple=thumbv8-none-linux-gnueabi --arch=thumb --mcpu=cortex-m33 %p/Inputs/arm-plt-reloc.s -o %t1
----------------
MaskRay wrote:

use `.o` for relocatable files

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


More information about the llvm-commits mailing list