>
> I was under the impression that the LLVM language was actually pretty
> stable across versions
>

A little bit? Not really something I would want to try to debug though...
http://stackoverflow.com/questions/15836430/how-stable-is-the-llvm-assembly-language

It is definitely not portable across platforms even at the same version,
which is where this usually comes up.





On Mon, Mar 2, 2015 at 11:21 AM, Stefan Karpinski <[email protected]>
wrote:

> On Thu, Feb 26, 2015 at 10:03 AM, Isaiah Norton <[email protected]>
> wrote:
>
>> Is LLVM IR code portable across different LLVM and Clang versions?
>>
>>
>> No.
>>
>
> I was under the impression that the LLVM language was actually pretty
> stable across versions, although the C++ API for creating and manipulating
> it is not.
>

Reply via email to