diff options
author | Chris Lattner <sabre@nondot.org> | 2005-02-09 21:05:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-02-09 21:05:01 +0000 |
commit | e1a53a59b363adc8fa0ab83dd9d7b0e6c31f00c2 (patch) | |
tree | 5c9f16a639a43d97de21a19318e30bbf0b93610f | |
parent | a892eadacc3bdaeb4916fea49df00e99e6e52392 (diff) | |
download | external_llvm-e1a53a59b363adc8fa0ab83dd9d7b0e6c31f00c2.zip external_llvm-e1a53a59b363adc8fa0ab83dd9d7b0e6c31f00c2.tar.gz external_llvm-e1a53a59b363adc8fa0ab83dd9d7b0e6c31f00c2.tar.bz2 |
this should be incorporated into the build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20094 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/GettingStarted.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index bd1faf4..ceb723e 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: <li><tt>dlltool.exe -k -d /C/MinGW/lib/file.def -l /C/MinGW/lib/libfile.a.</tt></li> </ol> -Add in <tt>.profile</tt>: <tt>export CPPFLAGS="-D__MINGW -DLLVM_ON_WIN32=1"</tt> </div> <p>Note that you will need about 1-3 GB of space for a full LLVM build in Debug |