[lld] [LLD][ELF][AArch64] Discard .ARM.attributes sections (PR #125838)

via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 04:07:30 PST 2025


================
@@ -0,0 +1,26 @@
+// REQUIRES: aarch64
----------------
sivan-shani wrote:

Since the test does not actually requires aarch64 hardware, and also, AARch64 build attributes are relevant also for other platforms (e.g. cross compiling) wouldn't it be better to remove this directive and have the test run an any platform?
There is no certainty that an AArch64 platform will be available for testing.

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


More information about the llvm-commits mailing list