[llvm] [nfc][InstrFDO]Encapsulate header writes in a class member function (PR #90142)

Mingming Liu via llvm-commits llvm-commits at lists.llvm.org
Fri May 17 11:51:52 PDT 2024


================
@@ -552,6 +552,41 @@ static Error writeMemProf(
               memprof::MaximumSupportedVersion));
 }
 
+size_t InstrProfWriter::writeHeader(IndexedInstrProf::Header &Header,
----------------
minglotus-6 wrote:

done.

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


More information about the llvm-commits mailing list