[llvm] [PAC][CodeGen][ELF][AArch64] Support signed GOT (PR #96164)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 6 11:07:46 PDT 2024
================
@@ -0,0 +1,82 @@
+; RUN: llc -mtriple=aarch64-linux-gnu -global-isel=0 -fast-isel=0 -verify-machineinstrs \
----------------
MaskRay wrote:
A filename that starts with `ptrauth-` might be better to group ptrauth tests together.
I am not sure the test should focus specifically on PIC. It's common to test both non-pic and pic in one test.
https://github.com/llvm/llvm-project/pull/96164
More information about the llvm-commits
mailing list