llvm-capstone/libc/config
Michael Jones e0e7fa36d3 [libc] enable s(n)printf without fullbuild
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.

Reviewed By: sivachandra, lntue

Differential Revision: https://reviews.llvm.org/D131913
2022-08-15 13:45:34 -07:00
..
darwin/arm [libc] Implement tanf function correctly rounded for all rounding modes. 2022-08-12 09:21:05 -04:00
linux [libc] enable s(n)printf without fullbuild 2022-08-15 13:45:34 -07:00
windows [libc] Add missing header and Windows entrypoints for tanf. 2022-08-12 09:34:33 -04:00
CMakeLists.txt Add implementations of POSIX mmap and munmap functions. 2019-12-23 14:04:02 -08:00
public_api.td [libc] Add global stdout and stderr objects. 2022-05-27 05:43:49 +00:00