Hi,<br><br>As it stands, I cannot build nor test compiler-rt. I downloaded the latest sources from svn (<a href="http://llvm.org/svn/llvm-project/compiler-rt/trunk">http://llvm.org/svn/llvm-project/compiler-rt/trunk</a>) and ran<br>
cmake ../../Source/compiler-rt -G"MinGW Makefiles"<br><br>and got the following error:<br>...<br>-- Detecting CXX compiler ABI info - done<br>CMake Error at CMakeLists.txt:10 (include):<br>  include could not find load file:<br>
    LLVMParseArguments<br>CMake Error at lib/CMakeLists.txt:4 (string):<br>  string sub-command REGEX, mode MATCH needs at least 5 arguments total to<br>  command.<br>CMake Error at lib/CMakeLists.txt:19 (set_target_properties):<br>
  set_target_properties called with incorrect number of arguments.<br>Call Stack (most recent call first):<br>  lib/asan/CMakeLists.txt:77 (add_clang_runtime_static_library)<br>CMake Error at lib/asan/lit_tests/CMakeLists.txt:1 (configure_lit_site_cfg):<br>
  Unknown CMake command "configure_lit_site_cfg".<br>-- Configuring incomplete, errors occurred!<br><br>I also tried placing it inside the LLVM tree in the "projects" subdir, to no avail (same error). Adding<br>
<tt>SET(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/../../cmake/Modules)</tt><br>at the top of the file, got rid of the first, not the subsequent errors.<br><br>The project is disabled  in projects/CMakeLists.txt, so that probably doesn't work either.<br>
<br>Is there any solution available?<br><br>Thanks,<br><br>Ruben<br><br>PS: please reply to my email address as well, I am not subscribed to llvmdev.<br>