[PATCH] D47500: [WebAssembly] Add support for response file parsing

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 29 20:07:46 PDT 2018


ruiu added inline comments.


================
Comment at: wasm/Driver.cpp:145
   unsigned MissingCount;
   opt::InputArgList Args = this->ParseArgs(Vec, MissingIndex, MissingCount);
 
----------------
I think you should add ExpandResponseFiles before this line.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D47500





More information about the llvm-commits mailing list