[llvm] [llvm][MC][ARM][Assembly] Emit relocs for LDRs (PR #72873)
Eleanor Bonnnici via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 21 09:27:39 PST 2023
================
@@ -1,6 +1,5 @@
@ RUN: not llvm-mc -triple thumbv6m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck --check-prefix=CHECK-ERROR %s
@ RUN: not llvm-mc -triple thumbv7m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck --check-prefix=CHECK-ERROR %s
-@ RUN: not llvm-mc -triple thumbv7m-none-eabi -filetype=obj -o /dev/null %s 2>&1 | FileCheck --check-prefix=CHECK-ERROR %s
----------------
eleanor-arm wrote:
It will no longer be an error. The code actually works and generates a relocation now.
https://github.com/llvm/llvm-project/pull/72873
More information about the llvm-commits
mailing list