[CMake] Don't set <PROJECT>_STANDALONE_BUILD
authorPetr Hosek <phosek@chromium.org>
Sat, 9 Feb 2019 03:06:56 +0000 (03:06 +0000)
committerPetr Hosek <phosek@chromium.org>
Sat, 9 Feb 2019 03:06:56 +0000 (03:06 +0000)
commit3ef9918d25d4cb9a96cd5ac579b4efca9afe32d5
tree29186ee3ac7df85d7188ca587b2b154c7b1172c2
parentb34fed1a2eb2c33217938ec57cceecc33997cb1c
[CMake] Don't set <PROJECT>_STANDALONE_BUILD

We shouldn't be treating runtimes builds as standalone builds since
we have enough of the context loaded into the runtimes environment.

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

llvm-svn: 353601
compiler-rt/cmake/Modules/AddCompilerRT.cmake
llvm/runtimes/CMakeLists.txt