[llvm] [ARM] mlong-calls generate PIC code using GOT #39970 (PR #147313)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 7 15:50:12 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
----------------
efriedma-quic wrote:
Can this be integrated into 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