This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][CMake] Add dependency on llvm_vcsrevision_h
ClosedPublic

Authored by Amir on Feb 1 2023, 12:37 PM.

Details

Summary

The dependence is needed since Utils includes VCSRevision.h, and other
LLVM components that include this header also have the llvm_vcsrevision_h
dependency.

Fixes #60460.

Diff Detail

Event Timeline

Amir created this revision.Feb 1 2023, 12:37 PM
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Amir requested review of this revision.Feb 1 2023, 12:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 1 2023, 12:37 PM
ayermolo accepted this revision.Feb 1 2023, 12:41 PM
This revision is now accepted and ready to land.Feb 1 2023, 12:41 PM
This revision was automatically updated to reflect the committed changes.