https://github.com/fanquake updated https://github.com/llvm/llvm-project/pull/212793
>From f0e2ac974b625009f87b47fad7afbfd90b5add7c Mon Sep 17 00:00:00 2001 From: fanquake <[email protected]> Date: Wed, 29 Jul 2026 15:44:37 +0100 Subject: [PATCH] [Docs] -faddrsig has an effect on more than ELF It has an effect on MACHO and COFF targets. --- clang/docs/UsersManual.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clang/docs/UsersManual.md b/clang/docs/UsersManual.md index 40834746e1218..f6ffdf6b7f54a 100644 --- a/clang/docs/UsersManual.md +++ b/clang/docs/UsersManual.md @@ -2805,8 +2805,7 @@ file. Address-significance tables allow linkers to implement [safe ICF](https://research.google.com/pubs/archive/36912.pdf) without the false positives that can result from other implementation techniques such as relocation scanning. Address-significance tables are enabled by default -on ELF targets when using the integrated assembler. This flag currently -only has an effect on ELF targets. +on ELF targets when using the integrated assembler. ::: (funique_internal_linkage_names)= _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
