[lld] [llvm] [lld][AArch64][Build Attributes] Add support for converting AArch64 Build Attributes to GNU Properties (PR #131990)

via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 2 08:18:27 PDT 2025


================
@@ -0,0 +1,134 @@
+### This file replace .note.gnu.property with aarch64 build attributes in order to confirm
+### interoperability.
+
+# 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
----------------
sivan-shani wrote:

Yes, that is correct.
The input files are used also for other tests and I did not want to change them. 
For those new 2 tests, the main test file contain AArch64 Build attributes instead of GNU properties and this should be enough for testing.

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


More information about the llvm-commits mailing list