Skip to content

Commit

Permalink
Merge #2085
Browse files Browse the repository at this point in the history
2085: Update to latest inkwell and llvm 11. r=syrusakbary a=nlewycky



Co-authored-by: Nick Lewycky <nick@wasmer.io>
Co-authored-by: nlewycky <nick@wasmer.io>
  • Loading branch information
bors[bot] and nlewycky authored Feb 1, 2021
2 parents 05f356f + ed0b3cb commit 3d9d453
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/compiler-llvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ itertools = "0.9"
rayon = "1.5"

[dependencies.inkwell]
version = "=0.1.0-llvm10sample"
version = "=0.1.0-beta.2"
default-features = false
features = ["llvm10-0", "target-x86", "target-aarch64"]
features = ["llvm11-0", "target-x86", "target-aarch64"]

[build-dependencies]
cc = "1.0"
Expand Down

0 comments on commit 3d9d453

Please sign in to comment.