[libc-commits] [libc] [libc] Use -nostdlibinc in the full build mode (PR #97461)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Tue Jul 2 12:37:41 PDT 2024


jhuber6 wrote:

Seems to be all the headers that `libc` code uses that we don't provide, i.e. `linux/`, `asm/` and `stddef.h`. We should probably copy-paste clang's `stddef.h` honestly.

https://github.com/llvm/llvm-project/pull/97461


More information about the libc-commits mailing list