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 | b216a1b0b9847c8ccb917ec8697b6fbaaa915fd6 (patch) | |
tree | 490f7ae685d43273686ef1f927e4f066afb0110b /lib/Target/CellSPU/README.txt | |
parent | 2466c3766dee7e65793bded413d02834dbc75629 (diff) | |
download | external_llvm-b216a1b0b9847c8ccb917ec8697b6fbaaa915fd6.zip external_llvm-b216a1b0b9847c8ccb917ec8697b6fbaaa915fd6.tar.gz external_llvm-b216a1b0b9847c8ccb917ec8697b6fbaaa915fd6.tar.bz2 |
More stuff for CellSPU -- this should be enough to get an error-free
compilation (no files missing). Test cases remain to be checked in.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44598 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CellSPU/README.txt')
-rw-r--r-- | lib/Target/CellSPU/README.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Target/CellSPU/README.txt b/lib/Target/CellSPU/README.txt index c109376..5f63840 100644 --- a/lib/Target/CellSPU/README.txt +++ b/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: |