Skip to content

C#: Fix compilation of ValueNumberingInternal #2870

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

Closed

Conversation

calumgrant
Copy link
Contributor

Fixes the compilation of C# qldocs, for example build target/packs/pack-csharp-qldoc.zip on the internal repository.

I'm not quite sure what TLoadTotalOverlapValueNumber means for C# so I left it none(). Since C# doesn't have union, this is probably correct.

@calumgrant calumgrant requested a review from a team as a code owner February 19, 2020 12:02
@MathiasVP
Copy link
Contributor

MathiasVP commented Feb 19, 2020

I might be wrong, but I think TLoadTotalOverlapValueNumber is valuable for C#. It was added for C++ here, and I think a similar code snippet as the one I posted in the PR can be constructed for C#?

Also: There's an open PR (#2839) that adds ValueNumberingInternal.qll to the list of files that should be shared between C++ and C#, and this PR conflicts with that one.

@calumgrant
Copy link
Contributor Author

@MathiasVP Ok, let's hold off merging this PR then and wait for #2839.

@jbj
Copy link
Contributor

jbj commented Feb 20, 2020

Is this PR still needed now that #2839 is merged?

@calumgrant
Copy link
Contributor Author

I tested the build command, and master now builds fine, so we can close this.

@calumgrant calumgrant closed this Feb 21, 2020
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.

4 participants