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

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 15 09:36:22 PDT 2025


================
@@ -0,0 +1,51 @@
+// REQUIRES: aarch64
----------------
MaskRay wrote:

I'm concerned that this single feature requires so many tests. If you do git log on newer features, you'll find that we try very hard to minimized the number of tests and try to make them orthogonal.

I am not sure each file needs an extra `aarch64_be` test.

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


More information about the llvm-commits mailing list