[PATCH] D102147: [Clang][Coroutines] Implement P2014R0 Option 1 behind -fcoroutines-aligned-alloc

Chuanqi Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 10 05:05:17 PDT 2021


ChuanqiXu added a comment.

Since D97915 <https://reviews.llvm.org/D97915> would fix the problem that the variables in the frame may not be aligned, I think this option `fcoroutines-aligned-alloc` won't affect normal programmers other than language lawyers. Do you think so?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102147



More information about the cfe-commits mailing list