[PATCH] D56553: [WebAssembly] Support multilibs for wasm32 and add a wasm OS that uses it

Dan Gohman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 14 12:33:15 PST 2019


sunfish added a comment.

Title updated.

In D56553#1356705 <https://reviews.llvm.org/D56553#1356705>, @sbc100 wrote:

> Looking that the behaviour for x86 clang it looks like -L/lib -L/usr/lib are always appended for both -m32 and -m64 with the arch specific directories coming first.


My reading of https://wiki.debian.org/Multiarch/Implementation is that /lib and /usr/lib don't exist a full multi-arch world. I assume they're still around on x86 because the transition to multiarch is still ongoing and some packages still expect to install their libs there. I'd prefer to avoid adding it since it could cause trouble if anyone actually created a multilib sysroot with non-wasm libs in /lib.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56553/new/

https://reviews.llvm.org/D56553





More information about the llvm-commits mailing list