[swift-users] swift-llvm IR vs llvm IR
Douglas Gregor
dgregor at apple.com
Wed Mar 30 11:31:21 CDT 2016
> On Mar 30, 2016, at 6:46 AM, Ramakrishna Mallireddy via swift-users <swift-users at swift.org> wrote:
>
> Does swift-llvm IR add any new IR to llvm or it's the same llvm IR.
It’s the same LLVM IR. The difference between the LLVM in the swift-llvm repository
https://github.com/apple/swift-llvm/tree/upstream-with-swift
and the official LLVM repository is tiny.
- Doug
More information about the swift-users
mailing list