This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Remove add_dependencies calls from CMakeLists.txt
ClosedPublic

Authored by tstellar on Jun 16 2023, 1:05 PM.

Details

Summary

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.

Diff Detail

Event Timeline

tstellar created this revision.Jun 16 2023, 1:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2023, 1:05 PM
tstellar requested review of this revision.Jun 16 2023, 1:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2023, 1:05 PM
Herald added a subscriber: wdng. · View Herald Transcript
arsenm accepted this revision.Jun 16 2023, 3:16 PM
This revision is now accepted and ready to land.Jun 16 2023, 3:16 PM
This revision was landed with ongoing or failed builds.Jul 5 2023, 8:03 PM
This revision was automatically updated to reflect the committed changes.