We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc4caf commit 2a3187aCopy full SHA for 2a3187a
Package.swift
@@ -1,8 +1,15 @@
1
+// swift-tools-version:4.0
2
+
3
import PackageDescription
4
5
let package = Package(
6
name: "LLVM",
7
+ products: [
8
+ .library(
9
+ name: "LLVM",
10
+ targets: ["LLVM"]),
11
+ ],
12
dependencies: [
- .Package(url: "https://github.com/trill-lang/cllvm.git", majorVersion: 0),
13
+ .package(url: "https://github.com/trill-lang/cllvm.git", .branch("master")),
14
]
15
)
0 commit comments