[LLVMbugs] [Bug 18738] New: tools/msbuild: install files for x64 platform too
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Feb 5 02:29:08 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=18738
Bug ID: 18738
Summary: tools/msbuild: install files for x64 platform too
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: sami.liedes at redlynx.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Currently tools/msbuild/install.bat only installs platform files for Win32 in
e.g. "Program Files/MSBuild/Microsoft.Cpp/v4.0/V120/Platforms/Win32".
Since (it appears from quick testing that) the installed binaries can also
target x86_64, it would make sense to install also in .../Platforms/x64.
Copying the LLVM-vs2013 directory from .../Win32/PlatformToolsets/LLVM-vs2013
to .../x64/PlatformToolsets/LLVM-vs2013 and adding -m64 to AdditionalOptions in
toolset.props has enabled me to build at least a very simple "Hello world"
console program for x64 target with clang-cl.
--
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/20140205/675b7b2e/attachment.html>
More information about the llvm-bugs
mailing list