aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopUtils.cpp
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2025-03-27 13:17:05 -0400
committerGitHub <noreply@github.com>2025-03-27 13:17:05 -0400
commit85c54a519fa6856b3e9a462445633ed4535eafa4 (patch)
treec8e0c30ae69fbe9d5ebeccea53b697beefd33613 /llvm/lib/Transforms/Utils/LoopUtils.cpp
parent82c078c54d16b20c65d5e361f5da58b0b83c8c47 (diff)
downloadllvm-85c54a519fa6856b3e9a462445633ed4535eafa4.zip
llvm-85c54a519fa6856b3e9a462445633ed4535eafa4.tar.gz
llvm-85c54a519fa6856b3e9a462445633ed4535eafa4.tar.bz2
[Docs] Document freestanding requirements (#132232)
This adds some initial documentation about freestanding requirements for Clang. The most critical part of the documentation is spelling out that a conforming freestanding C Standard Library is required; Clang will not be providing the headers for <string.h> in C23 which expose a number of symbols in freestanding mode. The docs also make it clear that in addition to a conforming freestanding C standard library, the library must provide some additional symbols which LLVM requires. These docs are not comprehensive, this is just getting the bare bones in place so that they can be expanded later. This also updates the C status page to make it clear that we don't have anything to do for WG14 N2524 which adds string interfaces to freestanding mode.
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions