[all-commits] [llvm/llvm-project] d1e43f: [MemProf] Write out raw profile bytes in little en...

Snehasish Kumar via All-commits all-commits at lists.llvm.org
Wed Jul 30 21:44:42 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d1e43f6c1a28c3c64b3655be1fc1aff1029c48c8
      https://github.com/llvm/llvm-project/commit/d1e43f6c1a28c3c64b3655be1fc1aff1029c48c8
  Author: Snehasish Kumar <snehasishk at google.com>
  Date:   2025-07-30 (Wed, 30 Jul 2025)

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

  Log Message:
  -----------
  [MemProf] Write out raw profile bytes in little endian. (#150375)

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