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 02a1d63 commit 9f71f9fCopy full SHA for 9f71f9f
sycl/test/lit.site.cfg.py.in
@@ -26,7 +26,7 @@ config.test_include_path = "@TEST_INCLUDE_PATH@"
26
config.llvm_enable_projects = "@LLVM_ENABLE_PROJECTS@"
27
28
config.sycl_threads_lib = '@SYCL_THREADS_LIB@'
29
-config.sycl_use_libcxx = '@LLVM_LIBCXX_USEDX@'
+config.sycl_use_libcxx = '@LLVM_LIBCXX_USED@'
30
config.extra_environment = lit_config.params.get("extra_environment", "@LIT_EXTRA_ENVIRONMENT@")
31
config.cuda = '@SYCL_BUILD_BACKEND_CUDA@'
32
config.hip = '@SYCL_BUILD_BACKEND_HIP@'
0 commit comments