The stdint.h header provides the standard types. Previously we used
-nostdinc and defined these ourselves. This patch switches to a
freestanding version which should work properly. Without
-ffreestanding the stdint.h header will include other libraries. But
in a freestanding environment it should work given the primitives.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
can we use <cstdin>?