[libc-commits] [libc] [libc] Provide an implementation of the 'stdint.h' header (PR #83353)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Wed Feb 28 17:14:15 PST 2024


jhuber6 wrote:

> +1 on use our own copy. If there are mismatches on some platform, it's better to fail on that platform, then we are informed and update our headers to match it.

Yeah, I think this is straightforward enough since we already use the `clang` `-ffreestanding` version, so this functionally has no change if we go with this.

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


More information about the libc-commits mailing list