[PATCH] D46977: [NFC] WebAssembly build fix
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 16 15:20:44 PDT 2018
sbc100 added a comment.
Thanks. Makes sense.
My rational with the original change is that anyone who depends on libObject is almost certainly also depending on libBinaryFormat (at the very least the headers). But your change makes thing nicer since it allows some users to avoid the explicit dependency on the lib I guess.
Repository:
rL LLVM
https://reviews.llvm.org/D46977
More information about the llvm-commits
mailing list