[all-commits] [llvm/llvm-project] 43c307: [CMake] Add llvm-lib to Clang bootstrap dependency...
Igor Kudrin via All-commits
all-commits at lists.llvm.org
Thu Apr 20 17:04:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 43c307fd690ffa97877f371ff18530fcd0bddd82
https://github.com/llvm/llvm-project/commit/43c307fd690ffa97877f371ff18530fcd0bddd82
Author: Igor Kudrin <ikudrin at accesssoftek.com>
Date: 2023-04-20 (Thu, 20 Apr 2023)
Changed paths:
M clang/CMakeLists.txt
Log Message:
-----------
[CMake] Add llvm-lib to Clang bootstrap dependency for LTO builds on Windows
Without this dependency, it is possible that llvm-lib.exe will not be
built, in which case CMake will try to use lib.exe to build libraries,
but this tool cannot handle bitcode files.
Differential Revision: https://reviews.llvm.org/D148751
More information about the All-commits
mailing list