[BOLT][CMake] Add dependency on llvm_vcsrevision_h
authorAmir Ayupov <aaupov@fb.com>
Wed, 1 Feb 2023 20:35:46 +0000 (12:35 -0800)
committerAmir Ayupov <aaupov@fb.com>
Wed, 1 Feb 2023 20:57:50 +0000 (12:57 -0800)
commit4177e8935464a552aefa21439e4549df1d330ac8
tree30b40632a1a0d226a6beb07fad250bc2c655871b
parent135cea495bc1f13a3f6538ccbd8db723e35cbb9d
[BOLT][CMake] Add dependency on llvm_vcsrevision_h

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.

Reviewed By: #bolt, ayermolo

Differential Revision: https://reviews.llvm.org/D143101
bolt/lib/Utils/CMakeLists.txt