[lld] [LLD][ELF][ARM] Fix resolution of R_ARM_THM_JUMP8 and R_ARM_THM_JUMP11 (PR #126933)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 13 09:05:16 PST 2025


================
@@ -0,0 +1,30 @@
+# RUN: llvm-mc -triple thumbv6m-arm-eabi --filetype=obj %s -o %t.obj
----------------
MaskRay wrote:

For relocatable files, we use `.o` instead of `.obj`. The latter is primarily used by Windows COFF files.

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


More information about the llvm-commits mailing list