[llvm] Remove iOS 5 check for tailcalls on ARM (PR #133354)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 30 08:17:41 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
----------------
Un1q32 wrote:
I changed it since arm-apple-darwin targets are kinda ambiguous, since old apple and saurik gcc builds used arm-apple-darwin for armv6, but if you want it changed I will.
https://github.com/llvm/llvm-project/pull/133354
More information about the llvm-commits
mailing list