This is an archive of the discontinued LLVM Phabricator instance.

[lld] Fix five of the shared-lib builds
ClosedPublic

Authored by garious on Jan 21 2015, 12:00 PM.

Details

Summary
  • Moved Reader and Writer base classes into lldCore.
  • The following libraries now build in the shared-libs build: lldCore lldYAML lldNative lldPasses lldReaderWriter

Depends on: http://reviews.llvm.org/D7074

Diff Detail

Repository
rL LLVM

Event Timeline

garious updated this revision to Diff 18545.Jan 21 2015, 12:00 PM
garious retitled this revision from to [lld] Fix five of the shared-lib builds.
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).
shankarke accepted this revision.Jan 21 2015, 12:53 PM
shankarke edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jan 21 2015, 12:53 PM
ruiu accepted this revision.Jan 21 2015, 1:39 PM
ruiu edited edge metadata.

LGTM

garious closed this revision.Jan 21 2015, 2:56 PM

Committed in r226732. Thanks!

lib/ReaderWriter/PECOFF/ReaderCOFF.cpp