[llvm-dev] Is LLVM IR stable?

Alex Denisov via llvm-dev llvm-dev at lists.llvm.org
Thu Feb 4 06:05:39 PST 2016


There are at least two I can point out:

How to get started with the LLVM C API [1]
How to use LLVM API with Swift [2]

First one shows how to use C API from C, second one - the same, but using Swift language.

[1] https://pauladamsmith.com/blog/2015/01/how-to-get-started-with-llvm-c-api.html
[2] http://lowlevelbits.org/how-to-use-llvm-api-with-swift/
--
AlexDenisov
Software Engineer, http://lowlevelbits.org

> On 04 Feb 2016, at 08:44, Mahdi Mohammadi via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> Thanks. Is there any tutorial/documentation for LLVM C-API.
> 
> I have seen "http://llvm.org/docs/doxygen/html/group__LLVMC.html" but it seems more like a reference.
> 
> Best Regards
> 
> On Thu, Feb 4, 2016 at 3:03 PM, Mehdi Amini <mehdi.amini at apple.com> wrote:
> Hello,
> 
>> On Feb 3, 2016, at 10:49 PM, Mahdi Mohammadi via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>> 
>> Hi,
>> 
>> Are you going to change LLVM IR language further or it can be considered more or less to be stable now?
> 
> If you’re talking about the textual IR, it is not stable and there is no plan for it to be.
> If you’re concerned about the bitcode, the guarantee is stated here: http://llvm.org/docs/DeveloperPolicy.html#ir-backwards-compatibility
> 
> Hope this help.
> 
>> Mehdi
> 
> 
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 496 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160204/202c737f/attachment.sig>


More information about the llvm-dev mailing list