Skip to content

Commit 0360bed

Browse files
committed
Document prebuilt LLVM default behavior
1 parent 500504f commit 0360bed

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ cmake --install build --prefix <install-prefix>
3535

3636
`cmake --install` expects build artifacts to already exist and does not trigger a build.
3737

38+
Default configuration uses a prebuilt LLVM bundle from this repository release.
39+
40+
To force LLVM build from source:
41+
42+
```powershell
43+
cmake -S . -B build -G Ninja -DLLVM_PROVIDER=source
44+
```
45+
3846
Consume:
3947

4048
```cmake

0 commit comments

Comments
 (0)