[lld] [LLD][ELF] Add `-z execute-only-report` that checks PURECODE section flags (PR #128883)

Csanád Hajdú via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 01:33:59 PST 2025


================
@@ -0,0 +1,40 @@
+// REQUIRES: aarch64
+
+// RUN: llvm-mc --triple=aarch64 --filetype=obj -o %t.o %s
+// RUN: ld.lld --defsym absolute=0xf0000000 -z execute-only-report=none --fatal-warnings %t.o -o /dev/null
+// RUN: ld.lld --defsym absolute=0xf0000000 -z execute-only-report=warning %t.o -o /dev/null 2>&1 \
----------------
Il-Capitano wrote:

Done.

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


More information about the llvm-commits mailing list