This is an archive of the discontinued LLVM Phabricator instance.

[lld][WebAssembly] Fix typo in function name
ClosedPublic

Authored by sbc100 on Feb 8 2021, 5:15 PM.

Details

Summary

addOptionalGlobalSymbols should be addOptionalGlobalSymbol.

Also, remove unnecessary additional argument to make the signature match
the sibling function: addOptionalDataSymbol.

Diff Detail

Event Timeline

sbc100 created this revision.Feb 8 2021, 5:15 PM
sbc100 requested review of this revision.Feb 8 2021, 5:15 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 8 2021, 5:15 PM
dschuff accepted this revision.Feb 8 2021, 5:18 PM
This revision is now accepted and ready to land.Feb 8 2021, 5:18 PM
This revision was automatically updated to reflect the committed changes.