[PATCH] D155013: [compiler-rt][xray] Fix alignment of XRayFileHeader

Florian Mayer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 10:59:26 PDT 2023


fmayer added inline comments.


================
Comment at: compiler-rt/lib/xray/xray_fdr_logging.cpp:18-19
 #include <cassert>
+#include <cstddef>
 #include <errno.h>
 #include <limits>
----------------
Random driveby: why do we mix <cfoo> and <foo.h>?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155013/new/

https://reviews.llvm.org/D155013



More information about the llvm-commits mailing list