diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index f28e5ab644fd254d60b2e9c22303feb12d689ee0..0dad3c22f6627a04c67dbf5bba796fc55f0aa68a 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -312,6 +312,11 @@ software you will need.

Itanium (IA-64) HP aCC + + Windows x64 + x86-64 + mingw-w64's GCC-4.5.x12 +

Notes:

@@ -340,6 +345,8 @@ up build to fail.
  • To use LLVM modules on Win32-based system, you may configure LLVM with "--enable-shared".
  • +
  • To compile SPU backend, you need to add + "LDFLAGS=-Wl,--stack,16777216" to configure.