[PATCH] D89274: [WebAssembly] Use the new crt1-command.o if present.

Dan Gohman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 10 15:42:40 PST 2021


sunfish added a comment.

It's to ensure that older LLVM works with newer WASI libc, and newer clang works with older WASI libc. New-style commands require [lld support]. We can assume that if clang is updated, lld has the requisite support.

That said, I'm open to other ideas here.

[lld support]: https://github.com/llvm/llvm-project/commit/6cd8511e5932e4a53b2bb7780f69489355fc7783


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89274



More information about the cfe-commits mailing list