This is an archive of the discontinued LLVM Phabricator instance.

[Hexagon] Fix test on OpenBSD
ClosedPublic

Authored by brad on May 23 2022, 7:31 PM.

Details

Summary

The test specifies a CPU arch but not a particular OS. So if run on OpenBSD it acts as if it's an OpenBSD/hexagon system. OpenBSD uses guard_local instead of stack_chk_guard so the test will fail. So specify an OS other than OpenBSD fixes the tet.

Diff Detail

Event Timeline

brad created this revision.May 23 2022, 7:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2022, 7:31 PM
Herald added a subscriber: krytarowski. · View Herald Transcript
brad requested review of this revision.May 23 2022, 7:31 PM
brad added a reviewer: MaskRay.
MaskRay accepted this revision.May 23 2022, 8:05 PM

LGTM.

This revision is now accepted and ready to land.May 23 2022, 8:05 PM
This revision was landed with ongoing or failed builds.May 23 2022, 8:30 PM
This revision was automatically updated to reflect the committed changes.