]> granicus.if.org Git - clang/commitdiff
Clarify the status of PowerPC support.
authorRoman Divacky <rdivacky@freebsd.org>
Wed, 11 Sep 2013 17:12:49 +0000 (17:12 +0000)
committerRoman Divacky <rdivacky@freebsd.org>
Wed, 11 Sep 2013 17:12:49 +0000 (17:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190533 91177308-0d34-0410-b5e6-96231b3b80d8

docs/UsersManual.rst

index 73f6a67560f2fb6cd9fd260a171c84e9e7baf6ab..05d8f2715f0090ae58e160d7fb241a28c9bfe66c 100644 (file)
@@ -1313,11 +1313,19 @@ C++, Objective-C, and Objective-C++ codebases. Clang only supports a
 limited number of ARM architectures. It does not yet fully support
 ARMv5, for example.
 
+PowerPC
+^^^^^^^
+
+The support for PowerPC (especially PowerPC64) is considered stable
+on Linux and FreeBSD: it has been tested to correctly compile many
+large C and C++ codebases. PowerPC (32bit) is still missing certain
+features (e.g. PIC code on ELF platforms).
+
 Other platforms
 ^^^^^^^^^^^^^^^
 
-clang currently contains some support for PPC and Sparc; however,
-significant pieces of code generation are still missing, and they
+clang currently contains some support for other architectures (e.g. Sparc);
+however, significant pieces of code generation are still missing, and they
 haven't undergone significant testing.
 
 clang contains limited support for the MSP430 embedded processor, but