[llvm] [ARM] Emit an error when the hard-float ABI is enabled but can't be used (PR #111334)

Chris Copeland via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 8 09:49:35 PDT 2026


================
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=arm-linux-gnueabihf -filetype=obj <%s | llvm-objdump --triple=armv7 --no-show-raw-insn -d - | FileCheck %s
+; RUN: llc -mtriple=arm-linux-gnueabi -filetype=obj <%s | llvm-objdump --triple=armv7 --no-show-raw-insn -d - | FileCheck %s
----------------
chrisnc wrote:

Updated the PR with a different approach that now handles calling convention overrides.

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


More information about the llvm-commits mailing list