[PATCH] D123544: [randstruct] Automatically randomize a structure of function pointers
Dávid Bolvanský via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 12 12:54:56 PDT 2022
xbolva00 added a comment.
>> Because this feature requires a feature flag to enable it, this behavior *is* a conforming extension (the user has to take an action to get the new behavior).
Well, then we should have proper C test (ok if linux only or so) to show case behaviour of this patch with and without that feature flag.
Looking at this unit test, I thought that would get this feature with simple "clang source.c" invocation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123544/new/
https://reviews.llvm.org/D123544
More information about the cfe-commits
mailing list