[llvm-dev] Swift to IR, generates wrong IR

Tim Northover via llvm-dev llvm-dev at lists.llvm.org
Mon Oct 5 07:02:25 PDT 2015


On 5 October 2015 at 03:38, Rinaldini Julien via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Thx a lot, worked with '-emit-bc’

Be careful if this is intended for production use, there's nothing
forbidding Swift from making use of LLVM extensions (IR or backend)
that don't exist in OSS (yet). The only compiler that can definitely
consume IR produced by swiftc is swiftc.

Cheers.

Tim.


More information about the llvm-dev mailing list