[PATCH] D124199: [randstruct] Check final randomized layout ordering

Bill Wendling via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 21 12:39:55 PDT 2022


void created this revision.
void added reviewers: aaron.ballman, MaskRay.
Herald added a subscriber: StephenFan.
Herald added a project: All.
void requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

This uses "llvm::shuffle" to stop differences in shuffle ordering on
different platforms.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D124199

Files:
  clang/lib/AST/Randstruct.cpp
  clang/unittests/AST/RandstructTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124199.424269.patch
Type: text/x-patch
Size: 6626 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220421/ea95457d/attachment-0001.bin>


More information about the cfe-commits mailing list