-
-
LLVM is known to work on the following platforms:
-
-
-- Intel and AMD machines (IA32, X86-64, AMD64, EMT-64) running Red Hat
- Linux, Fedora Core, FreeBSD and AuroraUX (and probably other unix-like
- systems).
-- PowerPC and X86-based Mac OS X systems, running 10.4 and above in 32-bit
- and 64-bit modes.
-- Intel and AMD machines running on Win32 using MinGW libraries (native).
-- Intel and AMD machines running on Win32 with the Cygwin libraries (limited
- support is available for native builds with Visual C++).
-- Sun x86 and AMD64 machines running Solaris 10, OpenSolaris 0906.
-- Alpha-based machines running Debian GNU/Linux.
-
-
-
The core LLVM infrastructure uses GNU autoconf to adapt itself
-to the machine and operating system on which it is built. However, minor
-porting may be required to get LLVM to work on new platforms. We welcome your
-portability patches and reports of successful builds or error messages.
-
-
-
Known Problems
@@ -598,18 +604,6 @@ listed by component. If you run into a problem, please check the
LLVM bug database and submit a bug if
there isn't already one.
-
-- LLVM will not correctly compile on Solaris and/or OpenSolaris
-using the stock GCC 3.x.x series 'out the box',
-See: Broken versions of GCC and other tools.
-However, A Modern GCC Build
-for x86/x86-64 has been made available from the third party AuroraUX Project
-that has been meticulously tested for bootstrapping LLVM & Clang.
-- There have been reports of Solaris and/or OpenSolaris build failures due
-to an incompatibility in the nm program as well. The nm from binutils does seem
-to work.
-
-