Skip to content

Commit 9fe7434

Browse files
authored
Merge pull request #114 from CodaFi/moving-day
Formalize re-org
2 parents 5c67f81 + a9236ac commit 9fe7434

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ let package = Package(
1010
targets: ["LLVM"]),
1111
],
1212
dependencies: [
13-
.package(url: "https://github.com/trill-lang/cllvm.git", from: "0.0.3"),
14-
.package(url: "https://github.com/trill-lang/FileCheck.git", from: "0.0.3"),
13+
.package(url: "https://github.com/llvm-swift/cllvm.git", from: "0.0.3"),
14+
.package(url: "https://github.com/llvm-swift/FileCheck.git", from: "0.0.3"),
1515
],
1616
targets: [
1717
.target(

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# LLVMSwift
2-
[![Build Status](https://travis-ci.org/trill-lang/LLVMSwift.svg?branch=master)](https://travis-ci.org/trill-lang/LLVMSwift) [![Documentation](https://cdn.rawgit.com/trill-lang/LLVMSwift/master/docs/badge.svg)](https://trill-lang.github.io/LLVMSwift) [![Slack Invite](https://llvmswift-slack.herokuapp.com/badge.svg)](https://llvmswift-slack.herokuapp.com)
2+
[![Build Status](https://travis-ci.org/llvm-swift/LLVMSwift.svg?branch=master)](https://travis-ci.org/llvm-swift/LLVMSwift) [![Documentation](https://cdn.rawgit.com/llvm-swift/LLVMSwift/master/docs/badge.svg)](https://llvm-swift.github.io/LLVMSwift) [![Slack Invite](https://llvmswift-slack.herokuapp.com/badge.svg)](https://llvmswift-slack.herokuapp.com)
33

44
LLVMSwift is a pure Swift interface to the [LLVM](http://llvm.org) API and its associated libraries. It provides native, easy-to-use components to make compiler development fun.
55

0 commit comments

Comments
 (0)