[all-commits] [llvm/llvm-project] eabe2e: [libc] Remove special full build handling for GPU ...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Feb 24 13:49:42 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eabe2eb933556bf3e0db0d2d98e96f962bde14dc
https://github.com/llvm/llvm-project/commit/eabe2eb933556bf3e0db0d2d98e96f962bde14dc
Author: Joseph Huber <huberjn at outlook.com>
Date: 2025-02-24 (Mon, 24 Feb 2025)
Changed paths:
M libc/CMakeLists.txt
M llvm/runtimes/CMakeLists.txt
Log Message:
-----------
[libc] Remove special full build handling for GPU (#128572)
Summary:
Currently we default to non-fullbuild for all targets, but realistically
we should do this depending on the target OS. Some OS's like the GPU or
upcoming UEFI have no existing hosted system, so they cannot be built
with an overlay build. These are already errors so there's no reason to
complicate things and require passing it in through the runtimes build.
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