[CMake] Add support for exposing runtime targets
authorChris Bieneman <beanz@apple.com>
Thu, 25 Aug 2016 20:49:51 +0000 (20:49 +0000)
committerChris Bieneman <beanz@apple.com>
Thu, 25 Aug 2016 20:49:51 +0000 (20:49 +0000)
commitd658f2fdb1de551f5c07a0b1719f38431e867569
treec8db78e206b97ab9c1c50f348ad3873f94664fd9
parent3ed7dc705abe8076e9cd8b8d575bd94647532b15
[CMake] Add support for exposing runtime targets

This patch adds support to the runtimes build for exposing sub-project targets through the high-level configuration. This will enable exposing the build, check and install targets for sub-project components (i.e. asan, check-asan, install-asan...).

This patch requires minor changes to the runtime projects to take advantage of it, and I'll phase those changes into Compiler-RT shortly.

llvm-svn: 279776
llvm/runtimes/CMakeLists.txt
llvm/runtimes/Components.cmake.in [new file with mode: 0644]