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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo