[all-commits] [llvm/llvm-project] 38d8f6: [libc] Remove unnecessary include from putchar.h (...
Michael Jones via All-commits
all-commits at lists.llvm.org
Fri Jun 14 13:30:24 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 38d8f6e58430357856926498185b2b221afc1d2c
https://github.com/llvm/llvm-project/commit/38d8f6e58430357856926498185b2b221afc1d2c
Author: Michael Jones <michaelrj at google.com>
Date: 2024-06-14 (Fri, 14 Jun 2024)
Changed paths:
M libc/src/stdio/putchar.h
Log Message:
-----------
[libc] Remove unnecessary include from putchar.h (#95576)
The putchar header was including the public stdio.h. It doesn't need to
do that and it was causing build failures for downstream baremetal users
so this patch fixes it.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list