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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 13:36:36 PDT 2023


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

Thank you for the patch!

If it's not too much work, consider migrating away from C++23 deprecated `std::aligned_storage` while you are modifying these lines:
https://stackoverflow.com/questions/71828288/why-is-stdaligned-storage-to-be-deprecated-in-c23-and-what-to-use-instead


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