2 parents b7677f0 + 11a9213 commit b442e98Copy full SHA for b442e98
1 file changed
README.md
@@ -26,7 +26,7 @@ inkwell = { version = "0.10.0", features = ["llvm23-1"] }
26
```
27
28
Supported versions:
29
-LLVM 12-23 mapping to a cargo feature flag `llvmM-0` where `M` corresponds to the LLVM major version.
+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.
30
31
Please be aware that we may make breaking changes on master from time to time since we are
32
pre-v1.0.0, in compliance with semver. Please prefer a crates.io release whenever possible!
0 commit comments