[PATCH] D123763: [randstruct] Enforce using a designated init for a randomized struct

Bill Wendling via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 2 12:50:41 PDT 2022


void added a comment.

In D123763#3485836 <https://reviews.llvm.org/D123763#3485836>, @sbc100 wrote:

> This new test has been failing on the emscripten builders.. seemingly ever since it landed:
>
> https://ci.chromium.org/ui/p/emscripten-releases/builders/ci/linux-test-suites/b8815286583388131569/overview

[snip]

> Any ideas?  I wonder why this is not failing for others?

It's probably because the bloody randomization code isn't the same on all platforms. :-( There's a fix in review right now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123763



More information about the cfe-commits mailing list