[PATCH] D58304: [WebAssembly] Warn but don't error on conflicting uses of prototype-less functions

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 15 14:57:09 PST 2019


dschuff accepted this revision.
dschuff added a comment.
This revision is now accepted and ready to land.

By "pick one at random" you mean we are rewriting one of the calls to drop or add parameters, right? And the one we pick is just the first one we happen to encounter?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D58304





More information about the llvm-commits mailing list