[all-commits] [llvm/llvm-project] 8934a6: [OpenMP] Use the `libc` malloc for AMDGPU if avail...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Aug 1 18:41:27 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8934a6e13bd8d2a0ad2609bd62832ca700dab3a7
https://github.com/llvm/llvm-project/commit/8934a6e13bd8d2a0ad2609bd62832ca700dab3a7
Author: Joseph Huber <huberjn at outlook.com>
Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths:
M offload/DeviceRTL/src/State.cpp
Log Message:
-----------
[OpenMP] Use the `libc` malloc for AMDGPU if available (#151241)
Summary:
This patch enables the OpenMP runtime to use the general-purpose
`malloc` interface in `libc` if the user built OpenMP with it enabled.
All this requires is keeping `malloc` as an external function so it will
be resolved later by the linker.
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