llvm-project/compiler-rt/cmake
George Karpenkov cdb8341e62 Add Clang dependency to the check for Clang C++ headers.
The problem is that CMake is mostly imperative and the result of
processing "if (TARGET blah)" checks depends on the order of import of
CMake files.
In this case, "projects" folder is registered before "tools",
and calling "CheckClangHeaders" [renamed to have a better name]
errors out without even giving Clang a chance to be built.

This, in turn, leads to libFuzzer bot failures in some circumstances on
some machines (depends on whether LIT or UNIT tests are scheduled
first).

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

llvm-svn: 311733
2017-08-24 23:43:17 +00:00
..
Modules Add Clang dependency to the check for Clang C++ headers. 2017-08-24 23:43:17 +00:00
caches [CMake] Updating Apple CMake cache file 2016-04-28 18:24:29 +00:00
base-config-ix.cmake [libFuzzer] Move check for thread_local back into libFuzzer's CMake, 2017-08-22 18:34:28 +00:00
builtin-config-ix.cmake Revert rL309634 until upstream buildbots have upgraded libc. 2017-08-01 17:16:05 +00:00
config-ix.cmake Move libFuzzer to compiler_rt. 2017-08-21 23:25:50 +00:00