This is an archive of the discontinued LLVM Phabricator instance.

[Sema] Fix pointer-to-int-cast for MSVC build bot
ClosedPublic

Authored by Mordante on Feb 16 2020, 9:40 AM.

Details

Summary

Revision 9658d895c81a breaks the clang-x64-windows-msvc build bot [1].
This should fix the unit test using the same method as used in 9658d895c81a.

Note I don't have access to a Windows system so the patch is based on the errors generated by the bot.

[1] http://lab.llvm.org:8011/builders/clang-x64-windows-msvc/builds/14358

Diff Detail

Event Timeline

Mordante created this revision.Feb 16 2020, 9:40 AM
xbolva00 accepted this revision.Feb 16 2020, 10:02 AM
xbolva00 added a subscriber: xbolva00.

Ok, please commit to fix the bot.

This revision is now accepted and ready to land.Feb 16 2020, 10:02 AM

Thanks for the quick review!

This revision was automatically updated to reflect the committed changes.