<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<div>I believe the cmake_install scripts of the compiler_rt project have a fail. They are using the $(Configuration) parameter that has not been defined. When I'm trying to install LLVM, I get the following error message:<br>
<br>
CMake error in projects/compiler-rt/lib/stats/cmake_install.cmake: 32 (file):<br>
The INSTALL file can not find<br>
"C:/llvm/391/build/$(Configuration)/lib/clang/3.9.1/lib/windows/clang_rt.stats-i386.lib".<br>
Call stack (the most recent call first):<br>
Projects/compiler-rt/lib/cmake_install.cmake: 35 (include)<br>
Projects/compiler-rt/cmake_install.cmake: 33 (include)<br>
Projects/cmake_install.cmake: 32 (include)<br>
Cmake_install.cmake: 56 (include)<br>
<br>
I did compare this with other cmake_install scripts (for example cmake_install in lib/CodeGen) and this parameter was substituted by the type of the build configuration (Debug, Realease, MinSizeRel or RelWithDebInfo).<br>
<br>
Some help?<br>
<br>
Thank you.<br>
Joćo Francisco</div>
<br>
</div>
</body>
</html>