llvm-capstone/libc/config
Michael Jones 9b8a64b88d [libc] add noexcept to external function headers
To improve code generation for C++ code that directly includes our
headers, the external function definitions will now be marked noexcept.
This may not be necessary for the internal definitions since we build
with the -fno-exceptions flag.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D141095
2023-01-06 11:43:43 -08:00
..
baremetal [libc] Add a baremetal config. 2022-12-20 19:43:45 +00:00
darwin/arm [reland][libc] Add bcopy 2022-12-01 10:07:04 +00:00
gpu [libc][NFC] Simplify how the definiton of NULL macro is added to string.h. 2022-12-20 19:14:27 +00:00
linux [libc] add noexcept to external function headers 2023-01-06 11:43:43 -08:00
windows [reland][libc] Add bcopy 2022-12-01 10:07:04 +00: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