This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Fix Windows builds that use MSVC 14.x
ClosedPublic

Authored by jurahul on Mar 23 2023, 4:09 PM.

Details

Summary
  • Use explicit type for the replaceDims and replaceSymbols lambda to fix build failues with MSVC 14.x

Diff Detail

Event Timeline

jurahul created this revision.Mar 23 2023, 4:09 PM
Herald added a project: Restricted Project. · View Herald Transcript
jurahul requested review of this revision.Mar 23 2023, 4:09 PM
bkramer accepted this revision.Mar 23 2023, 6:03 PM
This revision is now accepted and ready to land.Mar 23 2023, 6:03 PM
This revision was automatically updated to reflect the committed changes.