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

Derek Schuff via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 2 16:33:22 PDT 2022


dschuff 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:

This uses a fairly old sysroot. I tried with a new version of libcxx, and it seems to be passing. So maybe this is depending on some new C++ that our old sysroot doesn't support.


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