[llvm] [llvm][MC][ARM][Assembly] Emit relocs for LDRs (PR #72873)
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 21 09:32:24 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
----------------
DavidSpickett wrote:
Of course yes, I totally glossed over the error part.
https://github.com/llvm/llvm-project/pull/72873
More information about the llvm-commits
mailing list