This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ][z/OS] Fix return values in AutoConversion functions
ClosedPublic

Authored by abhina.sreeskantharajan on May 5 2021, 6:02 AM.

Details

Summary

My previous patch https://reviews.llvm.org/rG1527a5e4b4834e65678f9c30f786a2f4c17932bf incorrectly set int return values instead of std::error_code. This patch correctly returns and std::error_code value.

Diff Detail

Event Timeline

abhina.sreeskantharajan requested review of this revision.May 5 2021, 6:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 5 2021, 6:02 AM
This revision is now accepted and ready to land.May 5 2021, 6:20 AM
This revision was landed with ongoing or failed builds.May 5 2021, 6:43 AM
This revision was automatically updated to reflect the committed changes.