This is an archive of the discontinued LLVM Phabricator instance.

[lld] Fix shared libraries build
ClosedPublic

Authored by garious on Jan 26 2015, 12:06 PM.

Details

Summary
  • Removed cyclic dependency between lldPECOFF and lldDriver
  • Added missing dependencies in unit tests

Diff Detail

Repository
rL LLVM

Event Timeline

garious updated this revision to Diff 18781.Jan 26 2015, 12:06 PM
garious retitled this revision from to [lld] Fix shared libraries build.
garious updated this object.
garious edited the test plan for this revision. (Show Details)
garious set the repository for this revision to rL LLVM.
garious added a project: lld.
garious added a subscriber: Unknown Object (MLST).
ruiu accepted this revision.Jan 26 2015, 12:25 PM
ruiu edited edge metadata.

LGTM. Thank you for doing this!

This revision is now accepted and ready to land.Jan 26 2015, 12:25 PM
shankarke accepted this revision.Jan 26 2015, 12:31 PM
shankarke edited edge metadata.

LGTM.

This revision was automatically updated to reflect the committed changes.