[llvm-bugs] [Bug 25393] New: running INSTALL target for clang-cl RelWithDebugInfo build breaks
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Nov 3 12:37:17 PST 2015
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: unassignedbugs at nondot.org
Reporter: froydnj at gmail.com
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151103/3fffceee/attachment.html>
More information about the llvm-bugs
mailing list