<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - tools/msbuild: install files for x64 platform too"
href="http://llvm.org/bugs/show_bug.cgi?id=18738">18738</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>tools/msbuild: install files for x64 platform too
</td>
</tr>
<tr>
<th>Product</th>
<td>new-bugs
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>new bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>sami.liedes@redlynx.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>