This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Fix inaccurate comments / assertion messages
ClosedPublic

Authored by aheejin on Nov 19 2018, 12:42 AM.

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

aheejin created this revision.Nov 19 2018, 12:42 AM
sbc100 accepted this revision.Nov 19 2018, 12:31 PM
sbc100 added inline comments.
wasm/Symbols.h
339

This a copied from ELF/Symbols.h. Lokos like it should be "SymbolUnion too small".

This revision is now accepted and ready to land.Nov 19 2018, 12:31 PM
aheejin updated this revision to Diff 174696.Nov 19 2018, 3:32 PM
aheejin marked an inline comment as done.
  • "SymbolUnion too small"
This revision was automatically updated to reflect the committed changes.