[llvm] Remove iOS 5 check for tailcalls on ARM (PR #133354)

David Green via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 30 02:37:54 PDT 2025


================
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple="arm-apple-ios3.0.0" | FileCheck %s
+; RUN: llc < %s -mtriple="armv4t-apple-ios3.0.0" | FileCheck %s
----------------
davemgreen wrote:

Can this remain at arm-apple-ios3.0.0?

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


More information about the llvm-commits mailing list