Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Fix lit warning from L0 SDK path (#17302)
Fixes this warning ``` D:\github\_work\llvm\llvm\build-e2e\lit.site.cfg.py:22: SyntaxWarning: invalid escape sequence '\g' config.level_zero_libs_dir = "D:\github\level-zero_win-sdk\lib" D:\github\_work\llvm\llvm\build-e2e\lit.site.cfg.py:23: SyntaxWarning: invalid escape sequence '\g' config.level_zero_include = "D:\github\level-zero_win-sdk\include" ``` Tests using the L0 SDK such as `SYCL :: Adapters/interop-level-zero.cpp` passed, so it seems this didn't break anything. Signed-off-by: Sarnie, Nick <[email protected]>
- Loading branch information