[llvm-branch-commits] [llvm-branch] r245241 - ReleaseNotes: LLVMSharp and ClangSharp (copied from 3.6 notes)

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Aug 17 14:22:07 PDT 2015


Author: hans
Date: Mon Aug 17 16:22:07 2015
New Revision: 245241

URL: http://llvm.org/viewvc/llvm-project?rev=245241&view=rev
Log:
ReleaseNotes: LLVMSharp and ClangSharp (copied from 3.6 notes)

Modified:
    llvm/branches/release_37/docs/ReleaseNotes.rst

Modified: llvm/branches/release_37/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_37/docs/ReleaseNotes.rst?rev=245241&r1=245240&r2=245241&view=diff
==============================================================================
--- llvm/branches/release_37/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_37/docs/ReleaseNotes.rst Mon Aug 17 16:22:07 2015
@@ -295,6 +295,24 @@ BPF Compiler Collection (BCC)
 networking that is using Clang rewriter + 2nd pass of Clang + BPF backend to
 generate eBPF and push it into the kernel.
 
+LLVMSharp & ClangSharp
+----------------------
+
+`LLVMSharp <http://www.llvmsharp.org>`_ and
+`ClangSharp <http://www.clangsharp.org>`_ are type-safe C# bindings for
+Microsoft.NET and Mono that Platform Invoke into the native libraries.
+ClangSharp is self-hosted and is used to generated LLVMSharp using the
+LLVM-C API.
+
+`LLVMSharp Kaleidoscope Tutorials <http://www.llvmsharp.org/Kaleidoscope/>`_
+are instructive examples of writing a compiler in C#, with certain improvements
+like using the visitor pattern to generate LLVM IR.
+
+`ClangSharp PInvoke Generator <http://www.clangsharp.org/PInvoke/>`_ is the
+self-hosting mechanism for LLVM/ClangSharp and is demonstrative of using
+LibClang to generate Platform Invoke (PInvoke) signatures for C APIs.
+
+
 Additional Information
 ======================
 




More information about the llvm-branch-commits mailing list