Skip to content

Try to use cmake to find clang in clover

Dylan Baker requested to merge dbaker/mesa:submit/use-cmake-to-find-clang into main

Using the library search method is somewhat unreliable. It could probably be made more reliable, but official upstream support is provided using cmake. We already use the cmake method with the microsoft clc code, so lets use it for clover too if possible.

Merge request reports