<div dir="ltr">It seems reasonable for these to have DOS line endings.  Do they need to have a BOM, though?<div><br></div><div><div>+    <ClangInstallDir>$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\LLVM\LLVM 3.4.svn)</ClangInstallDir></div>
<div><br></div></div><div>Should this be looking for "LLVM 3.4.svn" specifically, or is there a way to be more generic?</div><div><br></div><div><div>+    <ExecutablePath>$(ClangInstallDir)\bin;$(ExecutablePath)</ExecutablePath></div>
</div><div><br></div><div>We should probably add a new directory like msbuild-bin instead, since we really don't want to place a clang binary named cl.exe into bin/.</div><div><br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Tue, Aug 27, 2013 at 3:05 PM, Warren Hunt <span dir="ltr"><<a href="mailto:whunt@google.com" target="_blank">whunt@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Attached is a patch with the requisite files to integrate a drop-selectable llvm tool-chain in Visual Studio.  The files need to be copied to:<br><div class="gmail_quote"><div dir="ltr"><br>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\PlatformToolsets\llvm<br>


<div>on a 64 bit machine</div><div><br></div><div>or</div><div><br></div><div>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\PlatformToolsets\llvm<br></div><div>on a 32 bit machine</div><div><br></div><div>or wherever MSBuild is installed.  This information can be obtained from the registry if desired.</div>
<span class="HOEnZb"><font color="#888888">
<span><font color="#888888">
<div><br></div><div>-Warren</div></font></span></font></span></div>
</div><br></div>
<br>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div><br></div>