[llvm] [PAC][CodeGen][ELF][AArch64] Support signed GOT with tiny code model (PR #114525)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 18 09:27:09 PST 2024
================
@@ -0,0 +1,182 @@
+; RUN: llc -verify-machineinstrs -mtriple=aarch64 -mattr=+pauth -mattr=+fpac -code-model=tiny \
----------------
MaskRay wrote:
Perhaps combine pic and static .ll tests and just use update_llc_test_checks.py
https://github.com/llvm/llvm-project/pull/114525
More information about the llvm-commits
mailing list