This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Use more specific type and simplify code.
ClosedPublic

Authored by ruiu on Feb 23 2018, 6:28 PM.

Details

Summary

Instead of {Function,Global,Data}Symbol, use Defined{Function,Global,Data}
because undefined symbol should never reach this function.

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

ruiu created this revision.Feb 23 2018, 6:28 PM
ruiu updated this revision to Diff 135762.Feb 23 2018, 6:30 PM
  • simplify
sbc100 accepted this revision.Feb 27 2018, 3:45 PM
This revision is now accepted and ready to land.Feb 27 2018, 3:45 PM
This revision was automatically updated to reflect the committed changes.
This revision was automatically updated to reflect the committed changes.