diff options
author | Benjamin Segovia <benjamin.segovia@intel.com> | 2012-11-09 01:26:51 -0800 |
---|---|---|
committer | Benjamin Segovia <benjamin.segovia@intel.com> | 2012-11-09 01:26:51 -0800 |
commit | bc0ea9d62436f766bd5394ea6de3107d8fe3b24e (patch) | |
tree | adbc31dd30e7d646fe5cdbdbd1cafbc3f286b0e6 /README.md | |
parent | 387baf18e3aa21d0e675f6509cb72e96f645b51c (diff) |
Updated README since LLVM 3.1 is supported and LLVM 3.2 is almost supported
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -49,13 +49,12 @@ be found in `utests/`. Note that the compiler depends on LLVM (Low-Level Virtual Machine project). Right now, the code has only been compiled with LLVM 3.0. It will not compile -with any thing older. A small amount of work should be required to make it work -with LLVM 3.1 but the port is not done. LLVM 3.0 can be downloaded at: +with any thing older. [http://llvm.org/releases/](http://llvm.org/releases/) -Be careful and download LLVM *3.0*. The code will not compile with LLVM 3.2 -since the ptx ABI has been deprecated and replaced by the nvptx one. +LLVM 3.0 and 3.1 are supported. LLVM 3.2 is partially supported right now. More +work is needed to make it fully work. Also note that the code was compiled on GCC 4.6 and GCC 4.7. Since the code uses really recent C++11 features, you may expect problems with older compilers. Last |