diff options
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/LLVM.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/LLVM.cmake b/cmake/LLVM.cmake index 0bbd5b133..b9ce73a6e 100644 --- a/cmake/LLVM.cmake +++ b/cmake/LLVM.cmake @@ -60,7 +60,7 @@ function(fetch_or_build_slang_llvm) endif() endif() elseif(SLANG_SLANG_LLVM_FLAVOR STREQUAL "USE_SYSTEM_LLVM") - find_package(LLVM 13.0 REQUIRED CONFIG) + find_package(LLVM 14.0 REQUIRED CONFIG) find_package(Clang REQUIRED CONFIG) llvm_target_from_components(llvm-dep filecheck native orcjit) @@ -108,7 +108,7 @@ function(fetch_or_build_slang_llvm) endif() # TODO: Put a check here that libslang-llvm.so doesn't have a 'NEEDED' - # directive for libLLVM-13.so, it's almost certainly going to break at + # directive for libLLVM-14.so, it's almost certainly going to break at # runtime in surprising ways when linked alongside Mesa (or anything else # pulling in libLLVM.so) endif() |
