[lld] [lld][AArch64][ELF][PAC] Support AUTH relocations and AUTH ELF marking (PR #72714)
Daniil Kovalev via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 15 03:59:36 PST 2024
================
@@ -0,0 +1,83 @@
+# REQUIRES: aarch64
+
+# RUN: rm -rf %t && split-file %s %t && cd %t
+
+# RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnu abi-tag1.s -o tag11.o
----------------
kovdan01 wrote:
Renamed `tag11.o` to `tag1.o` and `tag12.o` to `tag1a.o`, thanks
https://github.com/llvm/llvm-project/pull/72714
More information about the llvm-commits
mailing list