-
Notifications
You must be signed in to change notification settings - Fork 712
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged PR 5226: [DXIL] Add validation for CompilerVersion Dxil Part
After adding the new part to the library dxil containers, there was a lack of validation that the new part was constructed correctly. This PR aims to address this problem by adding a function to dxilvalidation.cpp to validate the new CompilerVersion part. With the validation in dxilvalidation.cpp, the container tests can now assume / rely on the validator that the part is well-formed, when making value checks on the parts.
- Loading branch information
Showing
2 changed files
with
163 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters