Commit 39a555e
authored
[Driver][SYCL] Remove real_path workaround for integration header (#2689)
We applied a workaround for integration header usage on Windows that
corrected the directory name in case it did not match expectations
of the file system (lowercase/uppercase like things). The workaround
is not needed anymore as community has addressed the non-portable
path warning directly for Windows.1 parent 82280a3 commit 39a555e
File tree
4 files changed
+3
-27
lines changed- clang
- lib/Driver/ToolChains
- test/Driver
- sycl/test/regression
4 files changed
+3
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6329 | 6329 | | |
6330 | 6330 | | |
6331 | 6331 | | |
6332 | | - | |
6333 | | - | |
6334 | | - | |
6335 | | - | |
6336 | | - | |
6337 | | - | |
6338 | | - | |
6339 | | - | |
6340 | | - | |
6341 | | - | |
6342 | | - | |
6343 | | - | |
6344 | | - | |
6345 | | - | |
6346 | | - | |
6347 | | - | |
6348 | | - | |
6349 | | - | |
| 6332 | + | |
| 6333 | + | |
6350 | 6334 | | |
6351 | 6335 | | |
6352 | 6336 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
288 | | - | |
289 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
0 commit comments