[PATCH] D114286: [memprof] Extend llvm-profdata to display MemProf profile summaries.
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 29 16:38:52 PST 2021
davidxl accepted this revision.
davidxl added a comment.
lgtm.
================
Comment at: llvm/include/llvm/ProfileData/MemProfData.inc:24
+
+#ifdef _MSC_VER
+#define PACKED(__decl__) __pragma(pack(push,1)) __decl__ __pragma(pack(pop))
----------------
It would be ideal to have the macro defined in a common header, but it is probably difficult because the .inc file is for both llvm and runtime.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114286/new/
https://reviews.llvm.org/D114286
More information about the llvm-commits
mailing list