[PATCH] D59721: [WebAssembly] Make driver -pthread imply linker --shared-memory

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 23 02:48:05 PDT 2019


phosek added a comment.

This broke our builders (see https://logs.chromium.org/logs/fuchsia/buildbucket/cr-buildbucket.appspot.com/8918246038501974992/+/steps/clang/0/steps/test/0/stdout) because the test uses the default linker (lld in our case) instead of `wasm-ld`, it seems that the `clang` invocation on line 45 is missing the `-fuse-ld=wasm-ld` argument.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59721





More information about the cfe-commits mailing list