[PATCH] D97327: [NFC] Switch to auto marshalling infrastructure for `-fsanitize-address-destructor-kind=` flag.

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 10:51:49 PST 2021


delcypher added a comment.

In D97327#2585410 <https://reviews.llvm.org/D97327#2585410>, @jansvoboda11 wrote:

> LGTM.
>
> If you don't get around committing this today, please rebase this on top of D97375 <https://reviews.llvm.org/D97375> that I'm going to commit tomorrow.

@jansvoboda11  This doesn't build anymore because https://reviews.llvm.org/D97375 removed `AutoNormalizeEnum`. Based on skim reading the patch it looks like I should remove the `AutoNormalizeEnum` mixin and replace `MarshallingInfoString` with `MarshallingInfoEnum`. Does that sound right?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97327



More information about the llvm-commits mailing list