Commit a43af18
authored
[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 <nick.sarnie@intel.com>1 parent 09b326b commit a43af18
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments