This is an archive of the discontinued LLVM Phabricator instance.

[Driver][XRay][test] Update the macOS support check
ClosedPublic

Authored by azharudd on Aug 11 2020, 12:58 PM.

Details

Summary

For macOS, the code says, the XRay flag is only supported on x86_64.
Updating the test and making that check explicit.

Diff Detail

Event Timeline

azharudd created this revision.Aug 11 2020, 12:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 11 2020, 12:58 PM
azharudd requested review of this revision.Aug 11 2020, 12:58 PM
dberris accepted this revision.Aug 11 2020, 5:01 PM

LGTM from me if XRay actually does work on non-x86_64 macOS.

This revision is now accepted and ready to land.Aug 11 2020, 5:01 PM

LGTM from me if XRay actually does work on non-x86_64 macOS.

The code says that it is supported only on x86_64 macOS. The way this test is written, it should fail on platforms where it is supported.

(Sorry about the delay here.)

This revision was automatically updated to reflect the committed changes.