Skip to content

targets/opencl: Add clangASTMatchers library as dependency

Michel Dänzer requested to merge daenzer/mesa:opencl-clangASTMatchers into master

Fixes link failure since clang r364424 "[clang/DIVar] Emit the flag for params that have unmodified value", clangCodeGen depends on clangASTMatchers now.

(This should be automatically picked up with the new CMake based method, but there's no way to express that right now)

/cc @dbaker

Merge request reports