diff options
| author | Scott Michel <scottm@aero.org> | 2007-12-05 02:01:41 +0000 |
|---|---|---|
| committer | Scott Michel <scottm@aero.org> | 2007-12-05 02:01:41 +0000 |
| commit | 4834955fdf87b649e2b24618579f8885e211e770 (patch) | |
| tree | 766874c20ad574ea02ede822880d36aac2d63be5 /llvm/lib | |
| parent | d1b5b9f68ca8076c710760ecfa382bbafca5023d (diff) | |
| download | bcm5719-llvm-4834955fdf87b649e2b24618579f8885e211e770.tar.gz bcm5719-llvm-4834955fdf87b649e2b24618579f8885e211e770.zip | |
More stuff for CellSPU -- this should be enough to get an error-free
compilation (no files missing). Test cases remain to be checked in.
llvm-svn: 44598
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/CellSPU/README.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/llvm/lib/Target/CellSPU/README.txt b/llvm/lib/Target/CellSPU/README.txt index c10937616e1..5f638403fa1 100644 --- a/llvm/lib/Target/CellSPU/README.txt +++ b/llvm/lib/Target/CellSPU/README.txt @@ -21,7 +21,16 @@ OR PUNITIVE DAMAGES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES OR SUCH DAMAGES ARE FORESEEABLE. --------------------------------------------------------------------------- +--WARNING--: --WARNING--: The CellSPU work is work-in-progress and "alpha" quality code. +--WARNING--: + +If you are brave enough to try this code or help to hack on it, be sure +to add 'spu' to configure's --enable-targets option, e.g.: + + ./configure <your_configure_flags_here> \ + --enable-targets=x86,x86_64,powerpc,spu + --------------------------------------------------------------------------- TODO: |

