Adding support for overriding LLVM_ENABLE_RUNTIMES for runtimes builds.
authorPuyan Lotfi <puyan@puyan.org>
Tue, 10 Sep 2019 22:55:47 +0000 (22:55 +0000)
committerPuyan Lotfi <puyan@puyan.org>
Tue, 10 Sep 2019 22:55:47 +0000 (22:55 +0000)
commit244e738485445fa4b72bfef9b9b2f9625cee989e
tree6575c6045dc8cbc50039d7b02544d39487e47ea5
parentf7b4022db1746fb9b22114d83fe690755e7f0cf5
Adding support for overriding LLVM_ENABLE_RUNTIMES for runtimes builds.

On some platforms, certain runtimes are not supported. For runtimes builds of
those platforms it would be nice if we could disable certain runtimes (ie
libunwind on Windows).

Differential Revision: https://reviews.llvm.org/D67195

llvm-svn: 371566
llvm/runtimes/CMakeLists.txt