[PATCH] D49706: [WebAssembly] Add support for --whole-archive.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 23 16:28:00 PDT 2018
ruiu added inline comments.
================
Comment at: wasm/Driver.cpp:189
+// Each slice consists of a member file in the archive.
+std::vector<MemoryBufferRef> static getArchiveMembers(
+ MemoryBufferRef MB) {
----------------
Maybe you should move this function to Common.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D49706
More information about the llvm-commits
mailing list