Skip to content

Commit

Permalink
llvm 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat-Lafon committed Jan 21, 2024
1 parent e07819e commit 729df81
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 119 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
uses: KyleMayes/install-llvm-action@v1
if: matrix.path == 'bril-rs/brillvm/Cargo.toml'
with:
version: "16.0"
version: "17.0"

- name: cargo check
run: cargo check --manifest-path ${{ matrix.path }} --all-targets
Expand Down
7 changes: 1 addition & 6 deletions bril-rs/brillvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,9 @@ default-run = "main"

[dependencies]
clap = { version = "4.4", features = ["derive"] }
inkwell = { version = "0.2", features = ["llvm16-0"] }
inkwell = { version = "0.3", features = ["llvm17-0"] }
libc-print = "0.1"

# For overriding parking_lot_core to latest version from 0.9.7
# To pull in the removal of `window-sys` which was causing duplicate dependencies
[patch.crates-io]
parking_lot_core = { git = "https://github.com/Amanieu/parking_lot" }

[dependencies.bril-rs]
path = ".."
features = ["float", "ssa", "memory"]
Expand Down
Loading

0 comments on commit 729df81

Please sign in to comment.