llvm_c_ext/README.md
changeset 25 ffd0ff9c563b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/llvm_c_ext/README.md	Wed Aug 12 06:43:20 2015 +0100
@@ -0,0 +1,19 @@
+# LLVM-C-EXT:  Extensions to LLVM C API
+
+LLVM-C-EXT provides a C API for LLVM features not exposed by LLVM's own
+C API. 
+
+Currently it provides: 
+
+ * a way to get an call LLVM's intrinsics,
+ * access to DIBuilder to generate debug metadata. 
+
+## Authors
+
+* The LLVM team
+* Jan Vrany
+
+## License
+
+This code is licensed under the same terms as LLVM itself. 
+See LICENSE.TXT for details. 
\ No newline at end of file