[PATCH] D54130: [WebAssembly] Support creation and import of shared memories

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 5 17:33:23 PST 2018


dschuff created this revision.
dschuff added a reviewer: sbc100.
Herald added subscribers: llvm-commits, sunfish, aheejin, jgravelle-google.

Used for WebAssembly threads proposal. Add a flag --shared-memory
which sets the IS_SHARED bit in WasmLimits


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D54130

Files:
  test/wasm/data-layout.ll
  test/wasm/import-memory.test
  wasm/Config.h
  wasm/Driver.cpp
  wasm/Options.td
  wasm/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54130.172689.patch
Type: text/x-patch
Size: 4262 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181106/3012a705/attachment.bin>


More information about the llvm-commits mailing list