We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39501f6 commit b67a3e5Copy full SHA for b67a3e5
buildbot/configure.py
@@ -55,8 +55,6 @@ def do_configure(args):
55
"-DLLVM_EXTERNAL_XPTI_SOURCE_DIR={}".format(xpti_dir),
56
"-DLLVM_ENABLE_PROJECTS={}".format(llvm_enable_projects),
57
"-DLIBCLC_TARGETS_TO_BUILD={}".format(libclc_targets_to_build),
58
- "-DOpenCL_INCLUDE_DIR={}".format(ocl_header_dir),
59
- "-DOpenCL_LIBRARY={}".format(icd_loader_lib),
60
"-DSYCL_BUILD_PI_CUDA={}".format(sycl_build_pi_cuda),
61
"-DLLVM_BUILD_TOOLS=ON",
62
"-DSYCL_ENABLE_WERROR=ON",
0 commit comments