[all-commits] [llvm/llvm-project] a3475c: Write out raw profile bytes in little endian.

Snehasish Kumar via All-commits all-commits at lists.llvm.org
Wed Jul 23 23:14:21 PDT 2025


  Branch: refs/heads/users/snehasish/07-24-write_out_raw_profile_bytes_in_little_endian
  Home:   https://github.com/llvm/llvm-project
  Commit: a3475c3aa304bd8ded9888bbd39825f4cff94cc6
      https://github.com/llvm/llvm-project/commit/a3475c3aa304bd8ded9888bbd39825f4cff94cc6
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2025-07-24 (Thu, 24 Jul 2025)

  Changed paths:
    M compiler-rt/lib/memprof/memprof_rawprofile.cpp
    M llvm/lib/ProfileData/MemProfReader.cpp

  Log Message:
  -----------
  Write out raw profile bytes in little endian.

Instead of writing out in native endian, write out the raw profile bytes
in little endian. Also update the MIB data in little endian. Also clean
up some lint and unused includes in rawprofile.cpp.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list