[all-commits] [llvm/llvm-project] a7815d: [randstruct] Check final randomized layout ordering

Bill Wendling via All-commits all-commits at lists.llvm.org
Thu Apr 21 19:41:17 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a7815d33bf8f955f2a1888abbccf974bd4858f79
      https://github.com/llvm/llvm-project/commit/a7815d33bf8f955f2a1888abbccf974bd4858f79
  Author: Bill Wendling <isanbard at gmail.com>
  Date:   2022-04-21 (Thu, 21 Apr 2022)

  Changed paths:
    M clang/lib/AST/Randstruct.cpp
    M clang/unittests/AST/RandstructTest.cpp

  Log Message:
  -----------
  [randstruct] Check final randomized layout ordering

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

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D124199




More information about the All-commits mailing list