[all-commits] [llvm/llvm-project] e1c54d: [libc] move printf_main in to object library
michaelrj-google via All-commits
all-commits at lists.llvm.org
Thu Jun 9 14:35:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e1c54d4ddc5e1633cdeebb36b24d9a81aec77c33
https://github.com/llvm/llvm-project/commit/e1c54d4ddc5e1633cdeebb36b24d9a81aec77c33
Author: Michael Jones <michaelrj at google.com>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M libc/src/stdio/printf_core/CMakeLists.txt
A libc/src/stdio/printf_core/file_writer.cpp
M libc/src/stdio/printf_core/file_writer.h
A libc/src/stdio/printf_core/printf_main.cpp
M libc/src/stdio/printf_core/printf_main.h
A libc/src/stdio/printf_core/string_writer.cpp
M libc/src/stdio/printf_core/string_writer.h
Log Message:
-----------
[libc] move printf_main in to object library
Previously printf_main was a header library, but header library
dependencies don't work properly so it's been moved to an object
library. Additionally, the writers have been marked inline.
Reviewed By: sivachandra, lntue
Differential Revision: https://reviews.llvm.org/D126830
More information about the All-commits
mailing list