mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 05:40:09 +00:00
[libc++] Use clang-tidy version that matches the compiler we use in the CI (#85305)
This works around ODR violations in the clang-tidy plugin we use to perform the modules tests. Fixes #85242
This commit is contained in:
parent
0c1dcd6752
commit
3a06861272
@ -5,7 +5,7 @@
|
||||
set(LLVM_DIR_SAVE ${LLVM_DIR})
|
||||
set(Clang_DIR_SAVE ${Clang_DIR})
|
||||
|
||||
find_package(Clang 18)
|
||||
find_package(Clang 18.1)
|
||||
if (NOT Clang_FOUND)
|
||||
find_package(Clang 17)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user