This is an archive of the discontinued LLVM Phabricator instance.

[MachO] Add lldCommon to LINK_LIBS
AbandonedPublic

Authored by aheejin on Jun 12 2018, 4:17 AM.

Details

Reviewers
modocache
Summary

After D47998 (rL334466), this is necessary to make this build with
-DSHARED_LIBS=ON flag.

Event Timeline

aheejin created this revision.Jun 12 2018, 4:17 AM
modocache accepted this revision.Jun 12 2018, 4:41 AM

Thanks for catching this! LGTM.

This revision is now accepted and ready to land.Jun 12 2018, 4:41 AM
aheejin abandoned this revision.Jun 12 2018, 9:16 AM

Looks like the same thing already landed in rL334507.