commit | e480f9823ffd3ec56e731619415e320f67eeef7d | [log] [tgz] |
---|---|---|
author | Alex Brachet <abrachet@google.com> | Thu Sep 12 01:30:08 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 12 01:30:08 2024 +0000 |
tree | cfbab917f881ce9781d557c4c2ffda6b9b9c42f7 | |
parent | 6ec2deb1a7607cacafbbe94811bc67325f7259c5 [diff] |
pw_libc: Fix printf for newer llvm-libc commits This file was removed from the upstream implementation. There's no need to check if the revision is after when the file was removed because we have no users of pw_libc yet. In the future these kinds of transitions will be more difficult, but for now we can assume any user of pw_libc is using a revision of llvm-libc after the removal happened. Change-Id: I1797ad277586d06ded175b3a7014e024abb88bfb Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/170831 Original-Reviewed-by: Armando Montanez <amontanez@google.com> Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/llvm-integration/+/235123 Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Reviewed-by: Keir Mierle <keir@google.com> Commit-Queue: Prabhu Karthikeyan Rajasekaran <prabhukr@google.com>