summaryrefslogtreecommitdiffstats
path: root/lld/docs/windows_support.rst
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2014-03-12 23:40:18 +0000
committerRui Ueyama <ruiu@google.com>2014-03-12 23:40:18 +0000
commit21f97ddb58db17392d633ac748d098a40ed64073 (patch)
treebad228fc3103717b37431e286badeca5458f44a1 /lld/docs/windows_support.rst
parent5b5d21ea1aac8ca59905be31e76ccf9b912a8d5c (diff)
downloadbcm5719-llvm-21f97ddb58db17392d633ac748d098a40ed64073.tar.gz
bcm5719-llvm-21f97ddb58db17392d633ac748d098a40ed64073.zip
[docs] Document how to build LLD as a win64 app.
llvm-svn: 203736
Diffstat (limited to 'lld/docs/windows_support.rst')
-rw-r--r--lld/docs/windows_support.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/lld/docs/windows_support.rst b/lld/docs/windows_support.rst
index 3c758552732..9b0df72bbb0 100644
--- a/lld/docs/windows_support.rst
+++ b/lld/docs/windows_support.rst
@@ -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 component of the .NET framework, but since
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
============
OpenPOWER on IntegriCloud