https://llvm.org/bugs/show_bug.cgi?id=25393
Bug ID: 25393 Summary: running INSTALL target for clang-cl RelWithDebugInfo build breaks Product: new-bugs Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P Component: new bugs Assignee: unassignedb...@nondot.org Reporter: froy...@gmail.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified Building clang-cl with r251933 according to http://llvm.org/docs/GettingStartedVS.html works fine. However, building the INSTALL target, as the documentation suggests results in: Error 1 error MSB3073: The command "setlocal "c:\Program Files (x86)\CMake\bin\cmake.exe" -DBUILD_TYPE=RelWithDebInfo -P cmake_install.cmake if %errorlevel% neq 0 goto :cmEnd :cmEnd endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone :cmErrorLevel exit /b %1 :cmDone if %errorlevel% neq 0 goto :VCEnd :VCEnd" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 132 5 INSTALL Building the install-clang target errors similarly: Error 101 error MSB6006: "cmd.exe" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets 170 5 install-clang I can't tell which directory (if any) this particular error is coming from. Looking at ${CMAKE_INSTALL_PREFIX}/bin/, it appears that llvm-tblgen.exe has been installed, headers have been installed in ${CMAKE_INSTALL_PREFIX}/include/, and .lib files have been installed in ${CMAKE_INSTALL_PREFIX}/lib/. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs