[all-commits] [llvm/llvm-project] 4177e8: [BOLT][CMake] Add dependency on llvm_vcsrevision_h
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Wed Feb 1 12:58:08 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4177e8935464a552aefa21439e4549df1d330ac8
https://github.com/llvm/llvm-project/commit/4177e8935464a552aefa21439e4549df1d330ac8
Author: Amir Ayupov <aaupov at fb.com>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Changed paths:
M bolt/lib/Utils/CMakeLists.txt
Log Message:
-----------
[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
More information about the All-commits
mailing list