summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/mutable-globals.ll
Commit message (Collapse)AuthorAgeFilesLines
* [WebAssembly] Add mutable globals featureThomas Lively2019-03-291-0/+16
Summary: 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. Reviewers: aheejin, dschuff Subscribers: sbc100, jgravelle-google, hiraditya, sunfish, jdoerfert, cfe-commits, llvm-commits Tags: #clang, #llvm Differential Revision: https://reviews.llvm.org/D60013 llvm-svn: 357321
OpenPOWER on IntegriCloud