mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-13 13:45:16 +00:00
[CMake] Fix typo in error message for LLD in bootstrap builds.
Reviewed By: xgupta Differential Revision: https://reviews.llvm.org/D110836
This commit is contained in:
parent
7a189333ed
commit
f0ffff43b7
@ -639,7 +639,7 @@ if (CLANG_ENABLE_BOOTSTRAP)
|
||||
# adding lld to clang-bootstrap-deps without having it enabled in
|
||||
# LLVM_ENABLE_PROJECTS just generates a cryptic error message.
|
||||
if (NOT "lld" IN_LIST LLVM_ENABLE_PROJECTS)
|
||||
message(FATAL_ERROR "LLD is enabled in the boostrap build, but lld is not in LLVM_ENABLE_PROJECTS")
|
||||
message(FATAL_ERROR "LLD is enabled in the bootstrap build, but lld is not in LLVM_ENABLE_PROJECTS")
|
||||
endif()
|
||||
add_dependencies(clang-bootstrap-deps lld)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user