This is an archive of the discontinued LLVM Phabricator instance.

[libc] disable syscall test without fullbuild
ClosedPublic

Authored by michaelrj on Sep 30 2022, 3:56 PM.

Details

Summary

Our syscall implementation depends on a specific macro that's only
defined in our headers. If we're not using our headers, then the test
doesn't work. I've disabled the test in this case because there's no
point in testing the system libc's syscall implementation.

Diff Detail

Event Timeline

michaelrj created this revision.Sep 30 2022, 3:56 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptSep 30 2022, 3:56 PM
michaelrj requested review of this revision.Sep 30 2022, 3:56 PM
This revision was not accepted when it landed; it landed in state Needs Review.Sep 30 2022, 3:57 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.