From 16f1692dca19431768e6f113af4acac470f8adf8 Mon Sep 17 00:00:00 2001 From: Anton Korobeynikov Date: Wed, 9 Dec 2009 17:26:02 +0000 Subject: Add note about loadable modules on windows. Patch by Gregory Petrosyan! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90972 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 851bfb6b55..6dd32a8d7d 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -252,7 +252,8 @@ software you will need.

Cygwin/Win32 - x861,8 + x861,8, + 11 GCC 3.4.X, binutils 2.15 @@ -331,6 +332,9 @@ up before any Windows-based versions such as Strawberry Perl and ActivePerl, as these have Windows-specifics that will cause the build to fail. +
  • In general, LLVM modules requiring dynamic linking can + not be built on Windows. However, you can build LLVM tools using + "make tools-only".
  • -- cgit v1.2.3