Commit 11a9213
docs: correct the LLVM feature flag naming in README (#707)
* docs: correct the LLVM feature flag naming in README
The README said the feature flag is llvmM-0 across LLVM 12-22, but
Cargo.toml uses llvmM-0 only for LLVM 12-17; LLVM 18-22 use llvmM-1.
The toml snippet three lines above already shows features = ["llvm22-1"],
so the example and the sentence describing it disagreed.
* docs: describe llvm feature flag suffix as LLVM's own major.minor version
Per maintainer feedback: the suffix isn't an arbitrary 0/1 split, it
matches LLVM's own minor version (e.g. llvm18-1 for LLVM 18.1.x).
---------
Co-authored-by: Socialpranker <0630039863abc@gmail.com>1 parent e44cdb9 commit 11a9213
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments