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

Fix MSVC build. #71

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Conversation

tsymalla
Copy link
Contributor

@tsymalla tsymalla commented Nov 5, 2023

The recent changes to OpDescription to handle different LLVM versions cause a UB warning on MSVC (which causes issues when trying to build on my MSVC 2022-based system, since the nested macro-evaluation order is slightly off):

C5101: use of preprocessor directive in function-like macro argument list is undefined behavior

I will start working on a MSVC-based CI build soon.

The recent changes to OpDescription to handle different LLVM versions
cause a UB warning on MSVC:

C5101: use of preprocessor directive in function-like macro argument list
is undefined behavior
@tsymalla-AMD tsymalla-AMD merged commit c9d028d into GPUOpen-Drivers:dev Nov 6, 2023
8 checks passed
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