Commit 70b6767
authored
[Driver][SYCL] Add additional debug settings when using -g on Windows (#6909)
A recent addition of adding sycld.lib on Windows when using the Linux
based driver was performed. There is additional tie-ins needed for
general usage of debug libraries, which includes adding -D_DEBUG. Add
the needed macro and also pull in the debug runtime library to match.
This is done only for -fsycl based compilations as that is when we are
pulling in these particular libraries.1 parent 88fd329 commit 70b6767
File tree
3 files changed
+12
-1
lines changed- clang
- lib/Driver/ToolChains
- test/Driver
3 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5995 | 5995 | | |
5996 | 5996 | | |
5997 | 5997 | | |
| 5998 | + | |
| 5999 | + | |
| 6000 | + | |
| 6001 | + | |
| 6002 | + | |
| 6003 | + | |
5998 | 6004 | | |
5999 | 6005 | | |
6000 | 6006 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
666 | 666 | | |
667 | 667 | | |
668 | 668 | | |
| 669 | + | |
| 670 | + | |
669 | 671 | | |
670 | 672 | | |
671 | 673 | | |
| |||
0 commit comments