summaryrefslogtreecommitdiffstats
path: root/docs/UsersManual.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-10-11 05:44:49 +0000
committerChris Lattner <sabre@nondot.org>2010-10-11 05:44:49 +0000
commit757e685512b8616c9de918b3d3fad8247562dce2 (patch)
tree9a0ac07eaa5121031b5f0c5bec4638d6cfdcca55 /docs/UsersManual.html
parent4505d89237046dd06e220c6ddb27ff39cea34f32 (diff)
Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if
it comes back, it will be largely a rewrite, so keeping the old codebase in tree isn't helping anyone. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116191 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/UsersManual.html')
-rw-r--r--docs/UsersManual.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/UsersManual.html b/docs/UsersManual.html
index 44c77f91af..154cf86add 100644
--- a/docs/UsersManual.html
+++ b/docs/UsersManual.html
@@ -970,9 +970,6 @@ clang currently contains some support for PPC and Sparc; however, significant
pieces of code generation are still missing, and they haven't undergone
significant testing.
-<p>clang contains some support for the embedded PIC16 processor
-(FIXME: I haven't been keeping track of this; what should this say?).
-
<p>clang contains limited support for the MSP430 embedded processor, but both
the clang support and the LLVM backend support are highly experimental.