[clang] [Docs] -faddrsig has an effect on more than ELF (PR #212793)

via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 29 08:19:48 PDT 2026


llvmorg-github-actions[bot] wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: fanquake (fanquake)

<details>
<summary>Changes</summary>

It also has an effect on MACHO and COFF targets.

---
Full diff: https://github.com/llvm/llvm-project/pull/212793.diff


1 Files Affected:

- (modified) clang/docs/UsersManual.md (+1-2) 


``````````diff
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)=

``````````

</details>


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


More information about the cfe-commits mailing list