This is an archive of the discontinued LLVM Phabricator instance.

[clang-shlib] Don't link with static clang libraries
ClosedPublic

Authored by tstellar on Jun 26 2020, 5:00 PM.

Details

Summary

If we are building static libraries we don't need to link them into
clang-shlib, since clang-shlib already has all the individual object
files linked in.

Diff Detail

Event Timeline

tstellar created this revision.Jun 26 2020, 5:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 26 2020, 5:00 PM
smeenai accepted this revision.Jul 2 2020, 6:36 PM

LGTM

This revision is now accepted and ready to land.Jul 2 2020, 6:36 PM
This revision was automatically updated to reflect the committed changes.