[all-commits] [llvm/llvm-project] ef6614: [libc] Fix PrintfMatcher Cmake Rule

michaelrj-google via All-commits all-commits at lists.llvm.org
Fri Apr 22 14:40:34 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ef6614e4a231f1477405949e0f4d01c3feb191ce
      https://github.com/llvm/llvm-project/commit/ef6614e4a231f1477405949e0f4d01c3feb191ce
  Author: Michael Jones <michaelrj at google.com>
  Date:   2022-04-22 (Fri, 22 Apr 2022)

  Changed paths:
    M libc/utils/UnitTest/CMakeLists.txt

  Log Message:
  -----------
  [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




More information about the All-commits mailing list