Hi,<br><br>The instructions at <a href="http://clang.llvm.org/get_started.html">http://clang.llvm.org/get_started.html</a> (at least for Unix) say that you can place compiler-rt in the LLVM tree and have it built along with LLVM and Clang.<br>
<br>I tried this on Windows with CMake, and got bitten by some bugs in the Cmakelists.txt files. Attached is a patch to the compiler-rt Cmake file to use CMAKE_CURRENT_SOURCE_DIR so the correct directories are found. I also attached a patch to enable compiler-rt to be built if it is present in the "projects" subdirectory.<br>
<br>These are both trivial changes.<br><br>Please comment or apply, thanks!<br><br>Ruben<br><br>PS: I'm not subscribed, please reply-to-all so I'm not missed.<br>