This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ][z/OS] GOFFObjectFile fix for windows build
ClosedPublic

Authored by yusra.syeda on May 1 2023, 11:27 AM.

Details

Summary

This patch adds the return of an error code at the end of the getSymbolType function to fix the build error on windows.

Diff Detail

Event Timeline

yusra.syeda created this revision.May 1 2023, 11:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 1 2023, 11:27 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
yusra.syeda requested review of this revision.May 1 2023, 11:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 1 2023, 11:27 AM
NathanielMcVicar accepted this revision.May 1 2023, 11:45 AM

Thanks for taking care of this!

This revision is now accepted and ready to land.May 1 2023, 11:45 AM
yusra.syeda edited the summary of this revision. (Show Details)May 1 2023, 11:51 AM
yusra.syeda closed this revision.May 2 2023, 8:44 AM

This commit landed and fixes the build error: 14390ecb75b28cca2b151c70bb1718b36876f977. Will close this patch.