This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Simplify FunctionSymbol get/set/hasFunctionType. NFC.
ClosedPublic

Authored by sbc100 on Feb 16 2018, 2:59 PM.

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

sbc100 created this revision.Feb 16 2018, 2:59 PM
sbc100 updated this revision to Diff 134735.Feb 16 2018, 3:01 PM
  • rename
Harbormaster completed remote builds in B15110: Diff 134735.
sbc100 retitled this revision from [WebAssembly] Simpliy FunctionSymbol get/set/hasFunctionType to [WebAssembly] Simply FunctionSymbol get/set/hasFunctionType. NFC..Feb 16 2018, 3:02 PM
sbc100 edited the summary of this revision. (Show Details)
sbc100 retitled this revision from [WebAssembly] Simply FunctionSymbol get/set/hasFunctionType. NFC. to [WebAssembly] Simplify FunctionSymbol get/set/hasFunctionType. NFC..
ruiu accepted this revision.Feb 16 2018, 3:42 PM

LGTM

wasm/Symbols.h
122–125

If you do not = nullptr, please remove it as well.

This revision is now accepted and ready to land.Feb 16 2018, 3:42 PM
sbc100 updated this revision to Diff 134756.Feb 16 2018, 3:42 PM
sbc100 edited the summary of this revision. (Show Details)
  • rename
  • remove_default
sbc100 added inline comments.Feb 16 2018, 3:49 PM
wasm/Symbols.h
122–125

Ha.. already did that but hadn't uploaded it yet. Great minds ..

This revision was automatically updated to reflect the committed changes.
This revision was automatically updated to reflect the committed changes.
ncw added a comment.Feb 17 2018, 3:35 PM

Thanks for splitting this one out two, reduces the diff on my patch nicely! With this time delay, you can get onto these changes 24h ahead - which I don't mind, but I will get round to it for work that I've generated if you leave it a day (or two...)