[PATCH] D60013: [WebAssembly] Add mutable globals feature

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 29 14:34:37 PDT 2019


tlively created this revision.
tlively added reviewers: aheejin, dschuff.
Herald added subscribers: llvm-commits, cfe-commits, jdoerfert, sunfish, hiraditya, jgravelle-google, sbc100.
Herald added projects: clang, LLVM.

This feature is not actually used for anything in the WebAssembly
backend, but adding it allows users to get it into the target features
sections of their objects, which makes these objects
future-compatible.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D60013

Files:
  clang/include/clang/Driver/Options.td
  clang/lib/Basic/Targets/WebAssembly.cpp
  clang/lib/Basic/Targets/WebAssembly.h
  clang/test/Preprocessor/wasm-target-features.c
  llvm/lib/Target/WebAssembly/WebAssembly.td
  llvm/lib/Target/WebAssembly/WebAssemblySubtarget.h
  llvm/test/CodeGen/WebAssembly/mutable-globals.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60013.192911.patch
Type: text/x-patch
Size: 6449 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190329/c45944d7/attachment.bin>


More information about the llvm-commits mailing list