[libc] Fix PrintfMatcher Cmake Rule
authorMichael Jones <michaelrj@google.com>
Fri, 22 Apr 2022 21:38:12 +0000 (14:38 -0700)
committerMichael Jones <michaelrj@google.com>
Fri, 22 Apr 2022 21:40:21 +0000 (14:40 -0700)
commitef6614e4a231f1477405949e0f4d01c3feb191ce
tree0ee1791b07eae12988d81dda5af32eb4f1b7c80c
parent4466672861ff5248096879f92ac059ca5684a3b9
[libc] Fix PrintfMatcher Cmake Rule

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.

Differential Revision: https://reviews.llvm.org/D124304
libc/utils/UnitTest/CMakeLists.txt