Commit 9f6cd56
authored
[HLSL] Use HLSLToolChain for Vulkan (llvm#110306)
The options are not translated correctly when targeting Vulkan using the
dxc
driver mode. Resuing the translator used for HLSL.
Fixes problem 2 in llvm#108567.1 parent ac0f64f commit 9f6cd56
File tree
3 files changed
+6
-0
lines changed- clang
- lib/Driver
- test
- CodeGenHLSL
- Driver
3 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6481 | 6481 | | |
6482 | 6482 | | |
6483 | 6483 | | |
| 6484 | + | |
6484 | 6485 | | |
6485 | 6486 | | |
6486 | 6487 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
0 commit comments