[all-commits] [llvm/llvm-project] b10ddf: [libc] Fix missing includes in GPU scanf reader (#...
Michael Jones via All-commits
all-commits at lists.llvm.org
Thu Feb 20 10:56:03 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b10ddfafcacf9d8f9cfa7e23f65730be60261554
https://github.com/llvm/llvm-project/commit/b10ddfafcacf9d8f9cfa7e23f65730be60261554
Author: Michael Jones <michaelrj at google.com>
Date: 2025-02-20 (Thu, 20 Feb 2025)
Changed paths:
M libc/src/stdio/scanf_core/reader.h
M libc/src/stdio/scanf_core/vfscanf_internal.h
Log Message:
-----------
[libc] Fix missing includes in GPU scanf reader (#128049)
In #121215 the reader was reorganized and the definitions of the
internal getc and ungetc functions were moved, but the includes that the
GPU builder depends on were not. This patch moves the includes to the
correct new place.
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