This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Refactor subdirectory inclusion code to take a project name.
ClosedPublic

Authored by beanz on Oct 15 2015, 1:37 PM.

Details

Summary

This refactoring makes some of the code used to control including subdirectories parameterized so it can be re-used elsewhere.

Specifically I want to re-use this code in clang to be able to turn off specific tool subdirectories.

Diff Detail

Repository
rL LLVM

Event Timeline

beanz updated this revision to Diff 37514.Oct 15 2015, 1:37 PM
beanz retitled this revision from to [CMake] Refactor subdirectory inclusion code to take a project name..
beanz updated this object.
beanz added reviewers: chapuni, filcab, bogner, Bigcheese.
beanz added a subscriber: llvm-commits.
emaste added a subscriber: emaste.Oct 16 2015, 11:44 AM
This revision was automatically updated to reflect the committed changes.