[llvm] [BOLT] Add support for safe-icf (PR #116275)
Amir Ayupov via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 13 12:40:51 PST 2024
================
@@ -0,0 +1,66 @@
+## Check that BOLT handles correctly folding functions with --icf=safe that are only reference in a .rela.data section.
----------------
aaupov wrote:
```suggestion
## Check that BOLT handles correctly folding functions with --icf=safe that are only referenced from a .rela.data section.
```
https://github.com/llvm/llvm-project/pull/116275
More information about the llvm-commits
mailing list