<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 style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
On win10 with VS2019, cmake --build will succeed for debug and release, but on --install it will copy all files until it hits LLVMFuzzMutate.lib, and then crashes with the following;<br>
<br>
<blockquote style="margin-top: 0px; margin-bottom: 0px;">CMake Error at lib/FuzzMutate/cmake_install.cmake:39 (file):
<div>  file INSTALL cannot find</div>
<div>  "C:/DEV/llvm-project/build/Release/lib/LLVMFuzzMutate.lib": No such file or</div>
<div>  directory.</div>
<div>Call Stack (most recent call first):</div>
<div>  lib/cmake_install.cmake:38 (include)</div>
<div>  cmake_install.cmake:60 (include)<br>
</div>
</blockquote>
<div><br>
</div>
<div>is LLVMFuzzMutate supposed to have been built for a standard install? I will note that targets BPF and RISCV fail to build due to VS errors C2338 and C2976, though I don't see these as being related to the issue at hand. FuzzMutate is never mentioned as
 being built, but all the other targets and base tools are.<br>
</div>
</div>
</body>
</html>