summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-08-12 19:32:46 (GMT)
committerBrad King <brad.king@kitware.com>2014-08-12 19:43:29 (GMT)
commit69e6ab58e10d2a4fba257c7bb59ea1df3c136910 (patch)
treef751720e30952664a39697b458829c88c9ee83f3 /README.rst
parent698099dc3e026ea2f307e8f2ed04afea1657b9cd (diff)
downloadCastXML-69e6ab58e10d2a4fba257c7bb59ea1df3c136910.zip
CastXML-69e6ab58e10d2a4fba257c7bb59ea1df3c136910.tar.gz
CastXML-69e6ab58e10d2a4fba257c7bb59ea1df3c136910.tar.bz2
Port to LLVM/Clang SVN r215430 (release_35)
Use std::error_code instead of llvm::error_code. Use std::unique_ptr instead of llvm::OwningPtr. Use llvm_map_components_to_libnames instead of llvm_map_components_to_libraries.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 339f72c..135d201 100644
--- a/README.rst
+++ b/README.rst
@@ -29,7 +29,7 @@ To build CastXML from source, first obtain the prerequisites:
* `LLVM/Clang`_ compiler SDK install tree built using the C++ compiler.
This version of CastXML has been tested with LLVM/Clang SVN revision
- ``210479``.
+ ``215430`` on the ``release_35`` branch.
* Optionally, the `Sphinx`_ documentation generator to build documentation.