diff options
author | Joseph Huber <huberjn@outlook.com> | 2025-08-01 20:41:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-01 20:41:06 -0500 |
commit | 8934a6e13bd8d2a0ad2609bd62832ca700dab3a7 (patch) | |
tree | 3f8e2d2d417306c16518f8fc4d9a917b089aaf6f /llvm/lib/Bitcode | |
parent | 962ee7a5688d4156e0cf035422a26d273563643f (diff) | |
download | llvm-8934a6e13bd8d2a0ad2609bd62832ca700dab3a7.zip llvm-8934a6e13bd8d2a0ad2609bd62832ca700dab3a7.tar.gz llvm-8934a6e13bd8d2a0ad2609bd62832ca700dab3a7.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions