addOptionalGlobalSymbols should be addOptionalGlobalSymbol.
Also, remove unnecessary additional argument to make the signature match
the sibling function: addOptionalDataSymbol.
Paths
| Differential D96305
[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
Diff Detail
Event TimelineHerald added subscribers: wingo, ecnelises, sunfish and 2 others. · View Herald TranscriptFeb 8 2021, 5:15 PM This revision is now accepted and ready to land.Feb 8 2021, 5:18 PM Closed by commit rG88e4056b44ad: [lld][WebAssembly] Fix typo in function name (authored by sbc100). · Explain WhyFeb 8 2021, 7:48 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 322275 lld/wasm/Driver.cpp
lld/wasm/SymbolTable.h
lld/wasm/SymbolTable.cpp
|