[lld] [LLD][ELF][ARM] Fix resolution of R_ARM_THM_JUMP8 and R_ARM_THM_JUMP11 (PR #126933)
Peter Smith via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 13 03:11:13 PST 2025
================
@@ -0,0 +1,30 @@
+# RUN: llvm-mc -triple thumbv6m-arm-eabi --filetype=obj %s -o %t.obj
----------------
smithp35 wrote:
You'll need a `# REQUIRES: arm` at the top of the file to stop the test failing on targets that haven't enabled the ARM target.
Apologies for not spotting yesterday.
https://github.com/llvm/llvm-project/pull/126933
More information about the llvm-commits
mailing list