summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBenjamin Segovia <benjamin.segovia@intel.com>2012-11-09 01:26:51 -0800
committerBenjamin Segovia <benjamin.segovia@intel.com>2012-11-09 01:26:51 -0800
commitbc0ea9d62436f766bd5394ea6de3107d8fe3b24e (patch)
treeadbc31dd30e7d646fe5cdbdbd1cafbc3f286b0e6 /README.md
parent387baf18e3aa21d0e675f6509cb72e96f645b51c (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.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index afe6ebd4..c03fbfdc 100644
--- a/README.md
+++ b/README.md
@@ -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