aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorJoseph Huber <jhuber6@vols.utk.edu>2023-05-17 13:20:34 -0500
committerJoseph Huber <jhuber6@vols.utk.edu>2023-05-17 17:47:49 -0500
commit66da9ec073ff8dde54b70adcf3b62914769324bf (patch)
treedd1d7bc3f5c3085fb3d46ea46259424ba3180171 /clang/lib/Frontend/CompilerInvocation.cpp
parent44096e6904e10bb313fef2f6aaff25c25d1325f7 (diff)
downloadllvm-66da9ec073ff8dde54b70adcf3b62914769324bf.zip
llvm-66da9ec073ff8dde54b70adcf3b62914769324bf.tar.gz
llvm-66da9ec073ff8dde54b70adcf3b62914769324bf.tar.bz2
[Clang] Remove direct linking of offloading runtimes from the arch tools
The tools `amdgpu-arch` and `nvptx-arch` are used to query the supported GPUs on a system to implement features like `--offload-arch=native` as well as generally being useful for setting up tests. However, we currently directly link these if they are availible. This patch removes this because it causes many problems on the user not having the libaries present or misconfigured at build time. Since these are built unconditionally we shoudl keep the dependencies away from clang. Fixes https://github.com/llvm/llvm-project/issues/62784 Reviewed By: ye-luo Differential Revision: https://reviews.llvm.org/D150807
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions