[PATCH] D44301: [WebAssembly] Add missing --demangle and --initial/max-memory args
Nicholas Wilson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 9 06:27:17 PST 2018
ncw created this revision.
ncw added reviewers: sbc100, ruiu.
Herald added subscribers: llvm-commits, sunfish, aheejin, jgravelle-google, dschuff, jfb.
Previously, `Config->Demangle` was uninitialised (not hooked up to commandline handling), and `Config->InitialMemory/MaxMemory` were hooked up but unimplemented.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D44301
Files:
Common/Args.cpp
include/lld/Common/Args.h
test/wasm/data-layout.ll
test/wasm/demange.ll
test/wasm/import-memory.test
wasm/Driver.cpp
wasm/Options.td
wasm/Writer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44301.137739.patch
Type: text/x-patch
Size: 9469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180309/19556444/attachment.bin>
More information about the llvm-commits
mailing list