diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-21 20:17:41 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-21 20:17:41 +0000 |
commit | a97f29237e0e81b737851886d7869d5ea27cb9d6 (patch) | |
tree | 8e6de5ac9dda159e8f81d7834e4876360805bbc5 /llvm/lib | |
parent | cba6532e056430de05fe72faccd31854ac304756 (diff) | |
download | bcm5719-llvm-a97f29237e0e81b737851886d7869d5ea27cb9d6.tar.gz bcm5719-llvm-a97f29237e0e81b737851886d7869d5ea27cb9d6.zip |
This file is no longer applicable.
llvm-svn: 14294
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/PowerPC/README.txt | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/llvm/lib/Target/PowerPC/README.txt b/llvm/lib/Target/PowerPC/README.txt deleted file mode 100644 index 06fc979458e..00000000000 --- a/llvm/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$ - |