Skip to content

Commit

Permalink
Merge pull request #241 from ruby-llvm/llvm-18.1.4
Browse files Browse the repository at this point in the history
Upgrade to 18.1.4
  • Loading branch information
thoughtafter committed Apr 23, 2024
2 parents 935920d + fb7f41c commit 45a67b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## [Unreleased]

## [18.1.4] - 2024-04-22
### Changed
- Upgrade to LLVM 18.1.4 minimum
### Added
- partial_inliner! pass

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ computationally intensive algorithms on the fly.
Current version
---------------

This library currently binds to LLVM-17 (specifically llvm-c 17).
This library currently binds to LLVM-18 (specifically llvm-c 18.

About version numbers
---------------------
Expand Down
4 changes: 2 additions & 2 deletions lib/llvm/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module LLVM
LLVM_VERSION = "18"
LLVM_REQUIRED_VERSION = "18.1.3"
RUBY_LLVM_VERSION = "18.1.3"
LLVM_REQUIRED_VERSION = "18.1.4"
RUBY_LLVM_VERSION = "18.1.4"
end

0 comments on commit 45a67b7

Please sign in to comment.