From bcaf7aa305078f18c68fe812878b27fc94904bb6 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 19 Sep 2010 19:26:59 +0000 Subject: [PATCH] Update users manual comments on X86 and ARM support. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114311 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/UsersManual.html | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/docs/UsersManual.html b/docs/UsersManual.html index 75241610a3..44c77f91af 100644 --- a/docs/UsersManual.html +++ b/docs/UsersManual.html @@ -942,16 +942,26 @@ definition.

X86

-

The support for X86 (both 32-bit and 64-bit) is considered stable -on Darwin (Mac OS/X), Linux, FreeBSD, and Dragonfly BSD: it has been tested to -correctly compile large C and Objective-C codebases. (FIXME: Anything specific -we want to say here? Possibly mention some LLVM x86 limitations?) + +

The support for X86 (both 32-bit and 64-bit) is considered stable on Darwin +(Mac OS/X), Linux, FreeBSD, and Dragonfly BSD: it has been tested to correctly +compile many large C, C++, Objective-C, and Objective-C++ codebases.

ARM

-ARM support is mostly feature-complete, but still experimental; it hasn't -undergone significant testing. + +

The support for ARM (specifically ARMv6 and ARMv7) is considered stable on +Darwin (iOS): it has been tested to correctly compile many large C, C++, +Objective-C, and Objective-C++ codebases.

+ +

It is not quite feature complete, the following areas still need work:

+

Other platforms

-- 2.40.0