This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Fix build failures introduced in r305769
ClosedPublic

Authored by sbc100 on Jun 19 2017, 9:34 PM.

Details

Summary

This fixes two build failures that only occur in certain
configurations:

  • error: unused function 'operator<<'
  • error: control reaches end of non-void function

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Jun 19 2017, 9:34 PM
This revision was automatically updated to reflect the committed changes.