[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 17:02:23 PST 2021


sunfish added a comment.

I don't see a way to do this with weak symbols, and an install script would be yet-another moving part that we'd have to make on end-user systems.

How about this: once we reach a point where we don't support the old LLVM anymore, libc can make crt1.o be the same as crt1-command.o, and then once we're sure we don't support libc old than that, we can switch LLVM back to crt1.o :-).


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