This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Remove use of lld -flavor flag
ClosedPublic

Authored by sbc100 on Aug 7 2018, 9:55 AM.

Details

Summary

This flag is deprecated. The prefered way to select the lld
flavor is by calling it by one of its aliases.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Aug 7 2018, 9:55 AM
sbc100 updated this revision to Diff 159533.Aug 7 2018, 9:56 AM
  • update test
sbc100 added a reviewer: ruiu.Aug 7 2018, 9:56 AM
ruiu accepted this revision.Aug 7 2018, 11:24 AM

LGTM!

This revision is now accepted and ready to land.Aug 7 2018, 11:24 AM
sbc100 updated this revision to Diff 159562.Aug 7 2018, 11:53 AM
  • update tests
This revision was automatically updated to reflect the committed changes.