This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Add missing DebugInfo libraries to llvm-shlib
ClosedPublic

Authored by loladiro on Jul 12 2015, 7:24 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

loladiro updated this revision to Diff 29526.Jul 12 2015, 7:24 PM
loladiro retitled this revision from to [CMake] Add missing DebugInfo libraries to llvm-shlib.
loladiro updated this object.
loladiro added a reviewer: beanz.
loladiro set the repository for this revision to rL LLVM.
loladiro added a subscriber: llvm-commits.
beanz accepted this revision.Jul 13 2015, 12:37 PM
beanz edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jul 13 2015, 12:37 PM
This revision was automatically updated to reflect the committed changes.

This is also missing Option and LibDriver. However, even after that's added there's still a few functions that the Makefile version exports that the CMake one does not, e.g. ConvertUTF8toUTF32. Though admittedly the best solution might just be to move those into the llvm namespace.