Since https://github.com/intel/opencl-clang/pull/297 , the build fails with multiple repeating errors: ``` CMake Error at cl_headers/CMakeLists.txt:36 (add_custom_command): Error evaluating generator expression: $<TARGET_FILE:clang> No target "clang" ``` (on every call to create_pcm) I've tested b3b2d7f192ca070c9c4c2184b3e4ac7c10d75178 against LLVM 16 with -DPREFERRED_LLVM_VERSION=16.0.0 (llvm from system, spirv-llvm-translator from system built as a .so). @haonanya do you have any ideas here?