AMDGPU: Remove add_dependencies calls from CMakeLists.txt
authorTom Stellard <tstellar@redhat.com>
Thu, 6 Jul 2023 00:02:34 +0000 (17:02 -0700)
committerTom Stellard <tstellar@redhat.com>
Thu, 6 Jul 2023 03:03:11 +0000 (20:03 -0700)
commit62748e934c74550843f741f7cd194da2f604ce13
tree457b20b052d352d4224f25b0f6955908cf69cc52
parent7b59121be5ae0f8393d17ad54d7a23b70097104a
AMDGPU: Remove add_dependencies calls from CMakeLists.txt

These are redundant.  The same dependencies are being added as part
of the add_llvm_component_library() call.  I confirmed this by diff'ing
the build.ninja files before and after the change and saw no change.

Reviewed By: arsenm

Differential Revision: https://reviews.llvm.org/D153166
llvm/lib/Target/AMDGPU/AsmParser/CMakeLists.txt
llvm/lib/Target/AMDGPU/Disassembler/CMakeLists.txt
llvm/lib/Target/AMDGPU/MCA/CMakeLists.txt
llvm/lib/Target/AMDGPU/MCTargetDesc/CMakeLists.txt