[lld] r203736 - [docs] Document how to build LLD as a win64 app.

Rui Ueyama ruiu at google.com
Wed Mar 12 16:40:18 PDT 2014


Author: ruiu
Date: Wed Mar 12 18:40:18 2014
New Revision: 203736

URL: http://llvm.org/viewvc/llvm-project?rev=203736&view=rev
Log:
[docs] Document how to build LLD as a win64 app.

Modified:
    lld/trunk/docs/windows_support.rst

Modified: lld/trunk/docs/windows_support.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/windows_support.rst?rev=203736&r1=203735&r2=203736&view=diff
==============================================================================
--- lld/trunk/docs/windows_support.rst (original)
+++ lld/trunk/docs/windows_support.rst Wed Mar 12 18:40:18 2014
@@ -76,7 +76,7 @@ Building LLD
 ============
 
 1. Check out LLVM and LLD from the LLVM SVN repository (or Git mirror),
-#. run ``cmake`` as usual,
+#. run ``cmake -G "Visual Studio 12" <llvm-source-dir>``
 #. open LLVM.sln with Visual Studio, and
 #. build ``lld`` target in ``lld executables`` folder
 
@@ -88,6 +88,9 @@ MSBuild.exe had been shipped as a compon
 2013 it's part of Visual Studio. You can find it at "C:\\Program Files
 (x86)\\msbuild".
 
+You can build LLD as a 64 bit application. To do that, open VS2013 x64 command
+prompt and run cmake for "Visual Studio 12 Win64" target.
+
 Known issues
 ============
 





More information about the llvm-commits mailing list