[lld] [AArch64][GCS][LLD] Introduce -zgcs-report-dynamic Command Line Option (PR #127787)

Peter Smith via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 07:07:42 PST 2025


================
@@ -49,11 +49,37 @@
 # REPORT-WARN: warning: func2.o: -z gcs-report: file does not have GNU_PROPERTY_AARCH64_FEATURE_1_GCS property
 # REPORT-ERROR: error: func3.o: -z gcs-report: file does not have GNU_PROPERTY_AARCH64_FEATURE_1_GCS property
----------------
smithp35 wrote:

Have you got any tests where a shared library has the GNU property set? I can't immediately see one in the list below. That should pick up any problems in the parsing code. 

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


More information about the llvm-commits mailing list