diff options
author | Joseph Huber <35342157+jhuber6@users.noreply.github.com> | 2023-10-27 14:56:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-27 14:56:29 -0500 |
commit | 5513d58ad5da093ac94ec511e575b1d27606b737 (patch) | |
tree | 90fc7c5037c429577e3c208755bfe1e4ad976b57 /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | 8e447a123b0006b4c14fcb61049559039b3da32f (diff) | |
download | llvm-5513d58ad5da093ac94ec511e575b1d27606b737.zip llvm-5513d58ad5da093ac94ec511e575b1d27606b737.tar.gz llvm-5513d58ad5da093ac94ec511e575b1d27606b737.tar.bz2 |
[OpenMP][AMDGPU] Do not include 'ockl' implementations in OpenMP (#70462)
Summary:
The 'ockl' bitcode library from the ROCm device library contains several
implementations of functions like `printf` and `malloc`. We currently do
not depend on these in the OpenMP toolchain, so we shouldn't be linking
them. The primary motivation behind this change is the library rewriting
calls to `printf` and pulling in other unused 'hostcall' routines.
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions