This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Teach CMake how to generate `LibraryDependencies.inc`
Needs ReviewPublic

Authored by bryant on Jan 18 2017, 5:19 AM.

Details

Reviewers
beanz
chapuni
Summary

With this change, CMake will now be able to generate the
LibraryDependencies.inc structure needed by llvm-config, thus freeing the
build system from needing llvmbuild.

Note that this is the non-NFC portion of D28086.

Diff Detail

Repository
rL LLVM