[PATCH] D61452: [WebAssembly] Always include <sysroot>/lib in library path
Sam Clegg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 2 11:33:14 PDT 2019
sbc100 added a comment.
In D61452#1488330 <https://reviews.llvm.org/D61452#1488330>, @sunfish wrote:
> If libraries don't correctly install into multi-arch directories, can we fix the libraries? We do this in the wasi-sdk repo to fix up the libc++ and libc++abi libraries, for example.
Sure, yes. I've done that on the wasm waterfall too. But its not just that. We might want to make a single-arch sysroot too. Falling back to non-multi-arch seems like a normal thing to do.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61452/new/
https://reviews.llvm.org/D61452
More information about the cfe-commits
mailing list