[lld] [llvm] [lld][AArch64][Build Attributes] Add support for AArch64 Build Attributes (PR #144082)

Peter Smith via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 18 07:57:43 PDT 2025


================
@@ -0,0 +1,148 @@
+
+### This file replace .note.gnu.property with aarch64 build attributes in order to confirm
+### interoperability.
+### (Still using gnu properties in the helper files)
+
+# REQUIRES: aarch64
+# RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnu %s -o %t.o
+# RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnu %p/Inputs/aarch64-pac1.s -o %t1.o
----------------
smithp35 wrote:

Please can we use split-file and include `aarch64-pac1-replace.s` and `aarch64-func3-pac.s` in the same file. Like in `aarch64-build-attributes.s` above.



https://github.com/llvm/llvm-project/pull/144082


More information about the llvm-commits mailing list