From 43a94ffdf83504beaeb3ac636d3253b5ba80ff84 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Mon, 13 Aug 2018 21:39:18 +0200 Subject: [PATCH] Add comment about how to use local cranelift checkout --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f15acbc16d90..b4f37c2c8ae3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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