aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-06-21 20:17:41 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-06-21 20:17:41 +0000
commit1e32f79d20e78186d3d54fc347a9713e34632037 (patch)
treeb4058df6e324e8522f37382fb66ef25642f04656
parent877338c6cfd0d56d2820e6a91e753e93ef17b577 (diff)
This file is no longer applicable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14294 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/PowerPC/README.txt26
1 files changed, 0 insertions, 26 deletions
diff --git a/lib/Target/PowerPC/README.txt b/lib/Target/PowerPC/README.txt
deleted file mode 100644
index 06fc979458..0000000000
--- a/lib/Target/PowerPC/README.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-
-PowerPC backend skeleton
-------------------------
-
-Someday we'd like to have a PowerPC backend. Unfortunately, this
-is not yet that day.
-
-This directory contains mainly stubs and placeholders; there is no
-binary machine code emitter, no assembly writer, and no instruction
-selector here. Most of the functions in these files call abort()
-or fail assertions on purpose, just to reinforce the fact that they
-don't work.
-
-If you want to use LLVM on the PowerPC *today*, use the C Backend
-(llc -march=c). It generates C code that you can compile with the
-native GCC compiler and run. A distant second choice would be the
-Interpreter (lli --force-interpreter=true).
-
-A few things *are* really here, including:
- * PowerPC register file definition in TableGen format
- * PowerPC definitions of TargetMachine and other target-specific classes
-
-"Patches," as they say, "are accepted."
-
-$Date$
-