To use the FILE data structure, LLVM-libc must be in fullbuild mode
since it expects its own implementation. This means that (f)printf can't
be used without fullbuild, but s(n)printf only uses strings. This patch
adjusts the CMake to allow for this.
Details
Details
- Reviewers
sivachandra lntue - Commits
- rGe0e7fa36d36c: [libc] enable s(n)printf without fullbuild
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo