This is an archive of the discontinued LLVM Phabricator instance.

Inline a trivial ctor.
ClosedPublic

Authored by ruiu on Feb 20 2018, 1:28 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu created this revision.Feb 20 2018, 1:28 PM

Could you please always prefix the differential's subject with the appropriate tag,
e.g. [lld][WASM], and do specify the appropriate repo and tags.

Otherwise people actually have to look at the diff to understand
what it is about.

Could you please always prefix the differential's subject with the appropriate tag,
e.g. [lld][WASM], and do specify the appropriate repo and tags.

Otherwise people actually have to look at the diff to understand
what it is about.

We've been using [WebAssembly] tag for the wasm lld port. Hope thats OK.

(Adding [lld] to changes in the lld repo seems redundant (anti-pattern even) since the repo should tell is this).

ruiu added a comment.Feb 20 2018, 2:16 PM

Yes, I forgot to do that. Will do next time.

sbc100 accepted this revision.Feb 20 2018, 2:19 PM
sbc100 added inline comments.
lld/wasm/Driver.cpp
38 ↗(On Diff #135132)

Can you keep the empty line after the start of the namespace?

This revision is now accepted and ready to land.Feb 20 2018, 2:19 PM
This revision was automatically updated to reflect the committed changes.