[PATCH] D61452: [WebAssembly] Always include <sysroot>/lib in library path
Dan Gohman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 2 12:23:54 PDT 2019
sunfish added a comment.
The value of supporting single-arch sysroots is unclear to me. It's always possible to have a sysroot with libraries for just one architecture installed, even with multi-arch paths. Is this just about compatibility with build scripts and tools which are hard-coded to "$sysroot/lib"?
We'll eventually want the ability to have sysroots that support both wasm32 and wasm64. They can share headers, but they'll need their own library directories. If we have libraries installed in "$sysroot/lib", it'll complicate that.
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