[all-commits] [llvm/llvm-project] 24a4ad: [libc] Disable null checks on baremetal platforms ...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Wed Oct 15 10:06:45 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 24a4ad89416325aabea8cc1e443a13a893457ec2
https://github.com/llvm/llvm-project/commit/24a4ad89416325aabea8cc1e443a13a893457ec2
Author: Petr Hosek <phosek at google.com>
Date: 2025-10-15 (Wed, 15 Oct 2025)
Changed paths:
M libc/config/baremetal/config.json
Log Message:
-----------
[libc] Disable null checks on baremetal platforms (#163515)
On baremetal platforms, 0 is often a valid address and the null checks
can break otherwise correct code.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list