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

Jan Svoboda via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 10:57:07 PST 2021


jansvoboda11 added a comment.

In D97327#2588222 <https://reviews.llvm.org/D97327#2588222>, @delcypher wrote:

> @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?

That's exactly 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