[PATCH] D59254: [RFC] Implementation of Clang randstruct

Shawn Landden via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 2 10:40:11 PDT 2019


shawnl added a comment.

My point is that most languages these days that intend to be compiled to machine code want compatibility with the C ABI, and randstruct will be part of that (and can be made compatible between languages by sharing the seed). LLVM knows what a struct is.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59254





More information about the cfe-commits mailing list