[PATCH] D59274: [WebAssembly] Add linker options to control feature checking

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 13 16:21:01 PDT 2019


tlively added a comment.

In D59274#1428226 <https://reviews.llvm.org/D59274#1428226>, @ruiu wrote:

> Is there a PR or something that explains how these things are supposed to work?


The desired linking behavior when the user does not manually specify features is described in this PR: https://github.com/WebAssembly/tool-conventions/pull/99. Unfortunately that document does not describe the flags implemented here, because the flags are for deviating from the convention.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59274





More information about the llvm-commits mailing list