[llvm] [BOLT] Add support for safe-icf (PR #116275)

Maksim Panchenko via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 10 13:55:55 PST 2024


================
@@ -1350,6 +1350,9 @@ class BinaryContext {
     return Code.size();
   }
 
+  /// Processes .text section to identify function references.
----------------
maksfb wrote:

Instead of saying ".text", use more generic "code".

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


More information about the llvm-commits mailing list