[llvm] [ARM] support -mlong-calls -fPIC on arm32 #39970 (PR #147313)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 13 01:56:52 PDT 2025
================
@@ -0,0 +1,32 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=armv7-unknown-linux-gnueabi -relocation-model pic -mattr=+long-calls -o - %s \
+; RUN: | FileCheck %s
----------------
jiangxuezhi wrote:
Thank you for the suggestion. I have moved the test case to llvm/test/CodeGen/ARM/subtarget-features-long-calls.ll.
https://github.com/llvm/llvm-project/pull/147313
More information about the llvm-commits
mailing list