[PATCH] D57992: [CMake] Don't set <PROJECT>_STANDALONE_BUILD
Chris Bieneman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 13:20:26 PDT 2019
beanz added a comment.
I know this is an old change, but there are actually some big problems with this. Compiler-RT in particular uses `COMPILER_RT_STANDALONE_BUILD=Off` to basically mean `clang` is a target in-tree to depend on. This completely breaks being able to run the compiler-rt tests from the runtimes directory because a bunch of the tests add dependencies on clang. See `clang_compile` and its uses in `CompilerRTCompile.cmake`.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57992/new/
https://reviews.llvm.org/D57992
More information about the llvm-commits
mailing list