mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 22:00:10 +00:00
e0e7fa36d3
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 |
||
---|---|---|
.. | ||
AOR_v20.02 | ||
benchmarks | ||
cmake/modules | ||
config | ||
docs | ||
fuzzing | ||
include | ||
lib | ||
loader | ||
spec | ||
src | ||
test | ||
utils | ||
.clang-tidy | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE.TXT | ||
README.txt |
LLVM libc ========= This directory and its subdirectories contain source code for llvm-libc, a retargetable implementation of the C standard library. LLVM is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.