clc: Add clangASTMatchers to fix static llvm build of microsoft-clc with LLVM 16+
Cc: mesa-stable Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22741>
This commit is contained in:
@@ -1765,6 +1765,9 @@ if with_clc
|
|||||||
if dep_llvm.version().version_compare('>= 15.0')
|
if dep_llvm.version().version_compare('>= 15.0')
|
||||||
clang_modules += 'clangSupport'
|
clang_modules += 'clangSupport'
|
||||||
endif
|
endif
|
||||||
|
if dep_llvm.version().version_compare('>= 16.0')
|
||||||
|
clang_modules += 'clangASTMatchers'
|
||||||
|
endif
|
||||||
|
|
||||||
dep_clang = []
|
dep_clang = []
|
||||||
foreach m : clang_modules
|
foreach m : clang_modules
|
||||||
|
Reference in New Issue
Block a user