llvm-project
6ef98c6b - [libc] Cast in startup to silence warning (#177048)

Commit
91 days ago
[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.
Parents
Loading