[PATCH] D77437: [lld][WebAssembly] Handle 4gb max memories

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 3 23:46:57 PDT 2020


tlively added a comment.

In D77437#1960953 <https://reviews.llvm.org/D77437#1960953>, @sbc100 wrote:

> Do we want have this behind some kind of feature bit eventually?


Hmm, that seems unnecessary because the user already has to explicitly opt in to their preferred max memory size. I should probably add validation that the max is no more than 4gb for now, though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77437





More information about the llvm-commits mailing list