From e1a53a59b363adc8fa0ab83dd9d7b0e6c31f00c2 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 9 Feb 2005 21:05:01 +0000 Subject: [PATCH] this should be incorporated into the build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20094 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/GettingStarted.html | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index bd1faf4dd2d..ceb723e394a 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -293,7 +293,6 @@ If you need to create a library for an MS DLL, do the following:
  • dlltool.exe -k -d /C/MinGW/lib/file.def -l /C/MinGW/lib/libfile.a.
  • -Add in .profile: export CPPFLAGS="-D__MINGW -DLLVM_ON_WIN32=1"

    Note that you will need about 1-3 GB of space for a full LLVM build in Debug -- 2.34.1