[all-commits] [llvm/llvm-project] 3c8fc2: [memprof] Remove packed qualifier for MemprofRecor...
Snehasish Kumar via All-commits
all-commits at lists.llvm.org
Fri Feb 18 14:08:49 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c8fc215cc28533c52212037dcb7b8028b0aeae5
https://github.com/llvm/llvm-project/commit/3c8fc215cc28533c52212037dcb7b8028b0aeae5
Author: Snehasish Kumar <snehasishk at google.com>
Date: 2022-02-18 (Fri, 18 Feb 2022)
Changed paths:
M llvm/include/llvm/ProfileData/MemProf.h
Log Message:
-----------
[memprof] Remove packed qualifier for MemprofRecord::Frame.
Now that we use dedicated serialize and deserialize methods in order to
ensure consistency across big and small endian systems. The packed
qualifier on the Frame struct can be removed.
Reviewed By: davidxl, tejohnson
Differential Revision: https://reviews.llvm.org/D120147
More information about the All-commits
mailing list