[PATCH] D44301: [WebAssembly] Add missing --demangle and --initial/max-memory args
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 9 15:28:10 PST 2018
sbc100 added inline comments.
================
Comment at: Common/Args.cpp:30
+unsigned lld::args::getInteger(opt::InputArgList &Args, unsigned Key,
+ unsigned Default) {
----------------
I would hope we don't need to add this.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D44301
More information about the llvm-commits
mailing list