Add comment about how to use local cranelift checkout

This commit is contained in:
bjorn3 2018-08-13 21:39:18 +02:00
parent 257a607e3e
commit 43a94ffdf8
1 changed files with 7 additions and 0 deletions

View 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" }