llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[buildbot] Only define libclc cmake options when libclc is enabled

Open steffenlarsen opened this issue 1 year ago • 0 comments

Currently running buildbot/configure.py without a target that enables libclc will cause a warning due to libclc-specific variables being set but never used. This commit removes that warning.

Fixes https://github.com/intel/llvm/issues/8843

steffenlarsen avatar May 08 '24 09:05 steffenlarsen