Files
llvm-project/libc/startup/linux/gnu_property_section.cpp
Michael Jones 6ef98c6b80 [libc] Cast in startup to silence warning (#177048)
In #174772 gcc warns on an implicit cast from `ElfW(Xword)` (unsigned
long
int) to `ElfW(word)` (unsigned int). This PR adds an explicit cast.
2026-01-20 23:02:21 +00:00

4.6 KiB