This is an archive of the discontinued LLVM Phabricator instance.

[libc] Fix PrintfMatcher Cmake Rule
ClosedPublic

Authored by michaelrj on Apr 22 2022, 2:39 PM.

Details

Summary

The PrintfMatcher depends on printf which is in stdio. Stdio is
currently fullbuild only, but the matcher wasn't, causing failing builds
when fullbuild was off. This patch adds the fullbuild condition to the
PrintfMatcher cmake.

Diff Detail

Event Timeline

michaelrj created this revision.Apr 22 2022, 2:39 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 22 2022, 2:39 PM
michaelrj requested review of this revision.Apr 22 2022, 2:39 PM
This revision was not accepted when it landed; it landed in state Needs Review.Apr 22 2022, 2:40 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.