Skip to content

Commit b442e98

Browse files
committed
Merge branch 'master' into llvm_sys_231
2 parents b7677f0 + 11a9213 commit b442e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ inkwell = { version = "0.10.0", features = ["llvm23-1"] }
2626
```
2727

2828
Supported versions:
29-
LLVM 12-23 mapping to a cargo feature flag `llvmM-0` where `M` corresponds to the LLVM major version.
29+
LLVM 12-23 mapping to a cargo feature flag `llvmM-N` where `M` and `N` correspond to the LLVM major and minor version, e.g. `llvm18-1` for LLVM 18.1.x.
3030

3131
Please be aware that we may make breaking changes on master from time to time since we are
3232
pre-v1.0.0, in compliance with semver. Please prefer a crates.io release whenever possible!

0 commit comments

Comments
 (0)