fcambus created this revision. fcambus added a reviewer: xgupta. Herald added a subscriber: mgorny. fcambus requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits.
Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D110836 Files: clang/CMakeLists.txt Index: clang/CMakeLists.txt =================================================================== --- clang/CMakeLists.txt +++ clang/CMakeLists.txt @@ -639,7 +639,7 @@ # 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()
Index: clang/CMakeLists.txt =================================================================== --- clang/CMakeLists.txt +++ clang/CMakeLists.txt @@ -639,7 +639,7 @@ # 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()
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits