diff options
| author | Joseph Huber <huberjn@outlook.com> | 2025-10-15 09:41:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-15 09:41:58 -0500 |
| commit | 8d66114a0379d8d564d4ef0f1d53749d0489dd12 (patch) | |
| tree | c84d2d1482dc8482db10ffd95d0203f7eff265d1 /clang/lib/Frontend/CompilerInvocation.cpp | |
| parent | b54709e9f68a6687eece0585e46f12e5fa218520 (diff) | |
| download | llvm-8d66114a0379d8d564d4ef0f1d53749d0489dd12.zip llvm-8d66114a0379d8d564d4ef0f1d53749d0489dd12.tar.gz llvm-8d66114a0379d8d564d4ef0f1d53749d0489dd12.tar.bz2 | |
[Clang] Only link C device libraries by default for OpenMP (#151239)
Summary:
We link these implicitly for OpenMP because it's the canonical
implementation of those C language features. This was inhereted by HIP
and ended up with these resolving functions. There are some useful
functions in here, but this can be problematic as it could potentially
override functions intended to be provided by the ROCm device libraries.
Additionally the HIP runtime does not currently provide the handling for
the RPC server required to run the host resources so those just
segfault.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
