This is an archive of the discontinued LLVM Phabricator instance.

Add missing linker object to Makefile
ClosedPublic

Authored by dougk on May 8 2015, 9:36 AM.

Details

Reviewers
hans
dblaikie

Diff Detail

Event Timeline

dougk updated this revision to Diff 25341.May 8 2015, 9:36 AM
dougk retitled this revision from to Add missing linker object to Makefile.
dougk updated this object.
dougk edited the test plan for this revision. (Show Details)
dougk added a subscriber: Unknown Object (MLST).
hans accepted this revision.May 8 2015, 9:43 AM
hans added a reviewer: hans.
hans added a subscriber: hans.

lgtm

This revision is now accepted and ready to land.May 8 2015, 9:43 AM
dblaikie accepted this revision.May 8 2015, 9:46 AM
dblaikie added a reviewer: dblaikie.
dblaikie added a subscriber: dblaikie.

LGTM

Feel free to submit changes like this without pre-commit review if you've tested it works for you. Stuff's broken, best to get it fixed ASAP. If the fix is complicated enough (or in unfamiliar territory) that you're not sure it's the right one, probably best to revert your patch that broke things & discuss/review the fix before recommitting the change with the fix included.

dougk closed this revision.May 8 2015, 9:53 AM

patch landed