Age | Commit message (Collapse) | Author |
|
With these changes, the userland builds correctly with Clang's ThinLTO
enabled.
|
|
Otherwise it'll use the first 32 bits that happen to come after,
leading to very weird bugs. Fixes #8601
|
|
Fixes errors when building Clang's compiler-rt, which compiles in C11
more.
|
|
|
|
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
|
|
|
|
|