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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
