Skip to content

Commit

Permalink
Use LLVM 19 for tblgen
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Sep 24, 2024
1 parent e787919 commit 08e2559
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ proc-macro2 = "1"
quote = "1"
regex = "1.10.6"
syn = { version = "2", features = ["full"] }
tblgen = { version = "0.3.6", features = [
# TODO Use a `llvm19-0` flag.
"llvm18-0",
tblgen = { version = "0.4.0", features = [
"llvm19-0",
], default-features = false, package = "tblgen-alt" }
unindent = "0.2.3"

Expand Down

0 comments on commit 08e2559

Please sign in to comment.