Commit 6b8f678
Cherry-picks to fix builds with changes to build images (#7847)
Since we last built this branch there have been various changes to the
compilers and build images we use that require code updates to allow
this to continue building.
These changes impact our testing / building, or guide type checking in the compiler, and so are NFC as far as the product is concerned.
### Workaround broken ARM64X / MSVC_BUILD_AS_X builds (#7827)
(cherry picked from commit ea7e910)
### Use WARP from nuget by default (#7427)
(cherry picked from commit 33dd542)
Manually moved changes from HlslExecTestUtils.h into ExecutionTest.cpp
### Add hctbuild.cmd parameter to specify the nuget config file (#7785)
(cherry picked from commit 06dcb00)
### Change type of DiagnosticHandlerTy
(cherry picked from commit b05a11a)
### Type safe version of MachinePassRegistry
(cherry picked from commit 4ddee81)
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Justin Bogner <[email protected]>
Co-authored-by: Serge Guelton <[email protected]>1 parent 0352ada commit 6b8f678
24 files changed
Lines changed: 310 additions & 423 deletions
File tree
- cmake/modules
- include
- dxc/DxilValidation
- llvm
- CodeGen
- IR
- lib
- CodeGen
- SelectionDAG
- DxilValidation
- IR
- tools
- clang
- lib/CodeGen
- test
- taef_exec
- unittests/HLSLExec
- llvm-dis
- utils/hct
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
225 | 235 | | |
226 | 236 | | |
227 | 237 | | |
228 | 238 | | |
229 | 239 | | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
230 | 254 | | |
231 | 255 | | |
232 | 256 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments