This is an archive of the discontinued LLVM Phabricator instance.

OpenMP/cmake: Use DEPFILE instead of IMPLICIT_DEPENDS
ClosedPublic

Authored by arsenm on Jun 23 2023, 9:30 AM.

Details

Summary

IMPLICIT_DEPENDS doesn't actually work with ninja and this does.

Diff Detail

Event Timeline

arsenm created this revision.Jun 23 2023, 9:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 23 2023, 9:30 AM
arsenm requested review of this revision.Jun 23 2023, 9:30 AM
jhuber6 accepted this revision.Jun 23 2023, 9:32 AM

I want to gut all of this code at some point, but that's for fixing this.

This revision is now accepted and ready to land.Jun 23 2023, 9:32 AM