[PATCH] D85783: multivalue result types

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 16:21:21 PDT 2020


tlively added a comment.

Nope, I guess we don't have any tests for this yet. @sammax, could you add a test in lld/test/wasm?

For feature testing, it would probably be cleanest to check all the input functions in Writer::populateTargetFeatures, since that's where all the other feature checking happens. @sammax, would you want to add that functionality as well? If not, it would be fine to leave that to a separate patch, I think.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85783



More information about the llvm-commits mailing list