]> git.lizzy.rs Git - rust.git/commitdiff
Add comment about how to use local cranelift checkout
authorbjorn3 <bjorn3@users.noreply.github.com>
Mon, 13 Aug 2018 19:39:18 +0000 (21:39 +0200)
committerbjorn3 <bjorn3@users.noreply.github.com>
Mon, 13 Aug 2018 19:39:18 +0000 (21:39 +0200)
Cargo.toml

index f15acbc16d90d37e1d1876ff6a5b8209c2f98f4a..b4f37c2c8ae39ac98dbe95369e9fa07ce8bc5198 100644 (file)
@@ -24,3 +24,10 @@ target-lexicon = "0.0.3"
 faerie = "0.4.4"
 ar = "0.6.0"
 bitflags = "1.0.3"
+
+# Uncomment to use local checkout of cranelift
+#[patch."https://github.com/CraneStation/cranelift.git"]
+#cranelift = { path = "../cranelift/lib/umbrella" }
+#cranelift-module = { path = "../cranelift/lib/module" }
+#cranelift-simplejit = { path = "../cranelift/lib/simplejit" }
+#cranelift-faerie = { path = "../cranelift/lib/faerie" }
\ No newline at end of file