Skip to content

Add workaround for MSVC++ 2017 bug to ItaniumDemangle.h. #2021

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

Merged
merged 1 commit into from
Jul 2, 2020

Conversation

kbobrovs
Copy link
Contributor

@kbobrovs kbobrovs commented Jul 1, 2020

This workaround is to avoid compilation error when building on Windows
with MSVC++ 2017.

Signed-off-by: Konstantin S Bobrovsky konstantin.s.bobrovsky@intel.com

This workaround is to avoid compilation error when building on Windows
with MSVC++ 2017.

Signed-off-by: Konstantin S Bobrovsky <konstantin.s.bobrovsky@intel.com>
@kbobrovs kbobrovs requested a review from bader as a code owner July 1, 2020 06:00
// declaration, the friend declaration in ObjCProtoName below has no effect
// and leads to compilation error when ObjCProtoName::Protocol private field
// is accessed in PointerType::printLeft.
class PointerType;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, amend https://reviews.llvm.org/D81905 with this workaround.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, will do.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the record - done.

@bader bader merged commit df638c2 into intel:sycl Jul 2, 2020
@kbobrovs kbobrovs deleted the esimd-itanium2 branch July 30, 2020 12:30
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.

2 participants