This is an archive of the discontinued LLVM Phabricator instance.

[clang] Fix darwin REQUIRES test annotation (NFC)
ClosedPublic

Authored by keith on Oct 6 2021, 1:30 PM.

Details

Summary

Some subprojects like compiler-rt define the darwin feature in their
lit config, but clang does not do that, so we need to use the global
system-darwin here instead.

Diff Detail

Event Timeline

keith requested review of this revision.Oct 6 2021, 1:30 PM
keith created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 6 2021, 1:30 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision was not accepted when it landed; it landed in state Needs Review.Oct 7 2021, 12:59 PM
This revision was automatically updated to reflect the committed changes.