This is an archive of the discontinued LLVM Phabricator instance.

Add missing libraries to unittest link
ClosedPublic

Authored by labath on Apr 24 2015, 2:07 AM.

Details

Summary

Currently, linking of the unittests fails on linux because it is missing a bunch of symbols from
libedit, curses, etc. This fixes the build by adding the correct dependencies.

Diff Detail

Repository
rL LLVM

Event Timeline

labath updated this revision to Diff 24366.Apr 24 2015, 2:07 AM
labath retitled this revision from to Add missing libraries to unittest link.
labath updated this object.
labath edited the test plan for this revision. (Show Details)
labath added a reviewer: zturner.
labath added a subscriber: Unknown Object (MLST).
zturner edited edge metadata.Apr 24 2015, 10:04 AM

Looks good

This revision was automatically updated to reflect the committed changes.