[libc++] Add a dummy CMake file to include runtime subprojects
authorLouis Dionne <ldionne@apple.com>
Thu, 18 Jun 2020 18:04:01 +0000 (14:04 -0400)
committerLouis Dionne <ldionne@apple.com>
Thu, 18 Jun 2020 18:34:56 +0000 (14:34 -0400)
commit4976771e1178330334d2134eba55c64a37d56f0e
tree2f42c80ff44a741f30bac4f4d9de379dfc67deab
parent3aee64a9e038814a6d4c64d37d35e5ccf27e4934
[libc++] Add a dummy CMake file to include runtime subprojects

Add a simple CMakeLists.txt to build the runtimes in lockstep without
building all of LLVM. See [1] for details.

[1]: http://lists.llvm.org/pipermail/llvm-dev/2020-June/142384.html
libcxx/utils/ci/apple-install-libcxx.sh
libcxx/utils/ci/runtimes/CMakeLists.txt [new file with mode: 0644]