https://github.com/fanquake created 
https://github.com/llvm/llvm-project/pull/212793

It also has an effect on MACHO and COFF targets.

>From 625985356acd1ec18577c128c21e820366b64ccf 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 bce811eed283b..c17d55d06d304 100644
--- a/clang/docs/UsersManual.md
+++ b/clang/docs/UsersManual.md
@@ -2763,8 +2763,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

Reply via email to