This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] change WasmExportEntry.Symbol to WasmExportEntry.Sym
AbandonedPublic

Authored by inglorion on Jan 18 2018, 7:11 PM.

Details

Reviewers
sbc100
sunfish
Summary

This stops gcc complaining that the declaration changes the meaning of
'Symbol' from 'class lld::wasm::Symbol'.

Event Timeline

inglorion created this revision.Jan 18 2018, 7:11 PM

Thanks! I made the exact same change in rL322921

inglorion abandoned this revision.Jan 18 2018, 9:52 PM

No longer needed now that rL322921 is in.

Thanks for the fix, sbc100!