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 0477ed5 commit 86f7c64Copy full SHA for 86f7c64
buildbot/configure.py
@@ -56,7 +56,7 @@ def do_configure(args):
56
"-DSYCL_ENABLE_WERROR=ON",
57
"-DCMAKE_INSTALL_PREFIX={}".format(install_dir),
58
"-DSYCL_INCLUDE_TESTS=ON", # Explicitly include all kinds of SYCL tests.
59
- "-DLLVM_ENABLE_DOXYGEN={}".format(llvm_enable_docs),
+ "-DLLVM_ENABLE_DOXYGEN={}".format(llvm_enable_doxygen),
60
llvm_dir
61
]
62
0 commit comments