This is an archive of the discontinued LLVM Phabricator instance.

[cmake] restrict object library dependency generation to PUBLIC libraries
ClosedPublic

Authored by stephenneuendorffer on May 4 2020, 2:11 PM.

Details

Summary

Previous patch broken flang, which has some yet-to-be resolved cyclic
dependencies. This patch fixes the breakage by restricting the dependencies
which are generated to public libraries, which is probably more sensible anyway.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript
This revision was not accepted when it landed; it landed in state Needs Review.May 4 2020, 2:33 PM
This revision was automatically updated to reflect the committed changes.
ro added a subscriber: ro.May 4 2020, 2:49 PM