[llvm] Implements PGOBBAddrMap in Object and ObjectYAML with tests [1/5] (PR #71750)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 21 01:02:46 PST 2023


================
@@ -413,8 +413,12 @@ class ELFFile {
   /// within the text section that the SHT_LLVM_BB_ADDR_MAP section \p Sec
   /// is associated with. If the current ELFFile is relocatable, a corresponding
   /// \p RelaSec must be passed in as an argument.
+  /// Optional out variable to all collect PGO Analyses. New elements are only
----------------
jh7370 wrote:

"all collect" -> "collect all"?

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


More information about the llvm-commits mailing list