This is an archive of the discontinued LLVM Phabricator instance.

[xray] Don't try to run XRay unit tests on Darwin
ClosedPublic

Authored by kubamracek on Jan 26 2018, 12:23 PM.

Details

Summary

Currently, the lit produces a warning:

llvm/utils/lit/lit/discovery.py:244: warning: input './projects/compiler-rt/test/xray/Unit' contained no tests

Let's get rid of it.

Diff Detail

Event Timeline

kubamracek created this revision.Jan 26 2018, 12:23 PM
Herald added subscribers: Restricted Project, hintonda, mgorny. · View Herald TranscriptJan 26 2018, 12:23 PM
dberris accepted this revision.Jan 27 2018, 3:19 PM

LGTM

This revision is now accepted and ready to land.Jan 27 2018, 3:19 PM
This revision was automatically updated to reflect the committed changes.