[PATCH] D48673: [WebAssembly] Add support for bitcode archive members
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 28 01:30:00 PDT 2018
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: wasm/Symbols.cpp:101
+bool Symbol::includeInExports() const {
+ if (!isDefined() || isLocal())
----------------
`exported` might be a better name?
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D48673
More information about the llvm-commits
mailing list