[PATCH] D44393: [WebAssembly] Add missing implementation for --initial/max-memory args

Nicholas Wilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 12 09:55:59 PDT 2018


ncw created this revision.
ncw added reviewers: sbc100, ruiu.
Herald added subscribers: llvm-commits, sunfish, aheejin, jgravelle-google, dschuff, jfb.

Previously, Config->InitialMemory/MaxMemory were hooked up to some commandline args but had no effect at all.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D44393

Files:
  test/wasm/data-layout.ll
  test/wasm/import-memory.test
  wasm/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44393.138041.patch
Type: text/x-patch
Size: 4756 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180312/2ebf2b26/attachment.bin>


More information about the llvm-commits mailing list