This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ/z/OS] Fix failing dynamic library unit test.
ClosedPublic

Authored by Kai on Jun 9 2022, 9:38 AM.

Details

Summary

Root cause for the failure is that the visibility of symbols
is different on z/OS. To fix the failure, the symbols need to
be exported.

Diff Detail

Event Timeline

Kai created this revision.Jun 9 2022, 9:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2022, 9:38 AM
Kai requested review of this revision.Jun 9 2022, 9:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2022, 9:38 AM
This revision is now accepted and ready to land.Jun 9 2022, 9:55 AM
This revision was landed with ongoing or failed builds.Jun 9 2022, 10:48 AM
This revision was automatically updated to reflect the committed changes.