[all-commits] [llvm/llvm-project] 62748e: AMDGPU: Remove add_dependencies calls from CMakeLi...

Tom Stellard via All-commits all-commits at lists.llvm.org
Wed Jul 5 20:03:38 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 62748e934c74550843f741f7cd194da2f604ce13
      https://github.com/llvm/llvm-project/commit/62748e934c74550843f741f7cd194da2f604ce13
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2023-07-05 (Wed, 05 Jul 2023)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AsmParser/CMakeLists.txt
    M llvm/lib/Target/AMDGPU/Disassembler/CMakeLists.txt
    M llvm/lib/Target/AMDGPU/MCA/CMakeLists.txt
    M llvm/lib/Target/AMDGPU/MCTargetDesc/CMakeLists.txt

  Log Message:
  -----------
  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




More information about the All-commits mailing list