Commit 72e1663
[CMake] Force LLVM discovery via LLVMConfig.cmake (CONFIG mode) (KhronosGroup#3598)
This makes LLVM detection deterministic and ensures we use LLVM’s
supported CMake integration (`LLVMConfig.cmake`) rather than potentially
picking up an environment-provided `FindLLVM.cmake` module.
* Out-of-tree builds require `LLVMConfig.cmake` to be discoverable (set
`LLVM_DIR` / `CMAKE_PREFIX_PATH` if needed).
* In-tree builds are unaffected (the external `find_package(LLVM ...)`
path isn’t used there).1 parent b080c0e commit 72e1663
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments