From ecb7e5c8afe929ee38155db94de6b084ec32a645 Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Tue, 16 Feb 2010 09:31:36 +0000 Subject: Update clang to r96341. --- bindings/python/README.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 bindings/python/README.txt (limited to 'bindings/python/README.txt') diff --git a/bindings/python/README.txt b/bindings/python/README.txt new file mode 100644 index 000000000000..ccc2619ccf5b --- /dev/null +++ b/bindings/python/README.txt @@ -0,0 +1,18 @@ +//===----------------------------------------------------------------------===// +// Clang Python Bindings +//===----------------------------------------------------------------------===// + +This directory implements Python bindings for Clang. Currently, only bindings +for the CIndex C API exist. + +You may need to alter LD_LIBRARY_PATH so that the CIndex library can be +found. The unit tests are designed to be run with 'nosetests'. For example: +-- +$ env PYTHONPATH=$(echo ~/llvm/tools/clang/bindings/python/) \ + LD_LIBRARY_PATH=$(llvm-config --libdir) \ + nosetests -v +tests.cindex.test_index.test_create ... ok +... + +OK +-- -- cgit v1.3