[libc-commits] [libc] [libc] Add loff_t type (PR #204641)
Jeff Bailey via libc-commits
libc-commits at lists.llvm.org
Tue Jun 23 07:34:54 PDT 2026
================
@@ -48,6 +48,11 @@ add_header(
)
add_header(ldiv_t HDR ldiv_t.h)
add_header(lldiv_t HDR lldiv_t.h)
+if(LIBC_TARGET_OS STREQUAL "linux")
----------------
kaladron wrote:
I can switch to that, but I don't like that it means that each target then has to get all the cruft from each architecture. I could switch to it, though, and propose a larger RFC to change everything. Is that preferable?
https://github.com/llvm/llvm-project/pull/204641
More information about the libc-commits
mailing list