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

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 14:45:44 PST 2021


sbc100 added a comment.

Why not just use crt1.o in both cases?    If you are going to prefer crt1-command.o in all cases then a toolchain would have no reason to ever ship crt1.o would it?  (since it would always be ignored?)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89274



More information about the llvm-commits mailing list