Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit ab58469

Browse files
author
Alexander Batashev
committed
fix
1 parent c2d58b9 commit ab58469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/lit.cfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
xptifw_includes = os.path.join(config.dpcpp_root_dir, 'include')
337337
if os.path.exists(xptifw_lib) and os.path.exists(os.path.join(xptifw_includes, 'xpti', 'xpti_trace_framework.h')):
338338
config.available_features.add('xptifw')
339-
config.substitutions.append(('%xptifw_lib', "-L{} -I{}".format(xptifw_lib, xptiwf_includes)))
339+
config.substitutions.append(('%xptifw_lib', "-L{} -I{}".format(xptifw_lib, xptifw_includes)))
340340
config.substitutions.append(('%xptifw_dispatcher', xptifw_dispatcher))
341341

342342
llvm_tools = ["llvm-spirv", "llvm-link"]

0 commit comments

Comments
 (0)