[PATCH] D77823: scudo: Replace ALIGNED macro with standard alignas specifier.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 9 14:11:19 PDT 2020


pcc added a comment.

In D77823#1972883 <https://reviews.llvm.org/D77823#1972883>, @cryptoad wrote:

> Did you verify this works on Fuchsia by chance?


No, and I deleted my Fuchsia checkout so I can't verify it easily. If the command line for compiling scudo (`ninja -t commands | grep wrappers_c`) contains `-std={c,gnu}++11` or later it should work.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77823





More information about the llvm-commits mailing list