This is an archive of the discontinued LLVM Phabricator instance.

[AIX][compiler-rt] Fix missing dependency of parent target
ClosedPublic

Authored by lkail on Jul 9 2022, 6:17 PM.

Details

Summary

add_dependencies(${LIB_PARENT_TARGET} aix-${libname}) should only happen when aix-${libname} is added.

Diff Detail

Event Timeline

lkail created this revision.Jul 9 2022, 6:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 9 2022, 6:17 PM
lkail requested review of this revision.Jul 9 2022, 6:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 9 2022, 6:17 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Jul 10 2022, 4:26 PM
This revision was automatically updated to reflect the committed changes.