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.
Details
Details
- Reviewers
sivachandra lntue - Commits
- rGe1c54d4ddc5e: [libc] move printf_main in to object library
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/src/stdio/printf_core/file_writer.h | ||
---|---|---|
20 | Since we need pointers to these functions, they being inline is of no benefit? They could very well be in an object library of their own? |
Since we need pointers to these functions, they being inline is of no benefit? They could very well be in an object library of their own?