Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NFC] Move DxilValidation to a dedicated folder. #6849

Merged
merged 5 commits into from
Aug 14, 2024

Conversation

python3kgae
Copy link
Contributor

@python3kgae python3kgae commented Aug 7, 2024

Move DxilValidation out of HLSL.
Also move code to validate dxil container into DxilContainerValidation.cpp from DxilValidation.cpp.

This is a preparatory step for #6817.

Move DxilValidation out of HLSL.
This is a preparatory step for microsoft#6817.
@python3kgae python3kgae requested a review from a team as a code owner August 7, 2024 03:16
Copy link
Contributor

github-actions bot commented Aug 7, 2024

✅ With the latest revision this PR passed the C/C++ code formatter.

@damyanp
Copy link
Member

damyanp commented Aug 13, 2024

Is this code really moved or is it copied from somewhere? I see a lot of code being added, but not removed from anywhere.

@python3kgae
Copy link
Contributor Author

Is this code really moved or is it copied from somewhere? I see a lot of code being added, but not removed from anywhere.

The code is moved around and spited into different files.
Many removing happened in DxilValidation.cpp and placed into DxilContainerValidation.cpp.

@python3kgae python3kgae merged commit 0e7591a into microsoft:main Aug 14, 2024
13 checks passed
@python3kgae python3kgae deleted the mv_validation branch August 14, 2024 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants