[PATCH] D56609: [CMake] Remove dead code and outdated comments

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 14 04:25:20 PST 2019


labath added inline comments.


================
Comment at: lldb/trunk/cmake/modules/LLDBStandalone.cmake:104
   include("${LLVM_OBJ_ROOT}/lib${LLVM_LIBDIR_SUFFIX}/cmake/llvm/LLVMConfig.cmake")
-  # cmake/clang/ClangConfig.cmake is not created when LLVM and Clang are built together.
   if (EXISTS "${LLVM_OBJ_ROOT}/lib${LLVM_LIBDIR_SUFFIX}/cmake/clang/ClangConfig.cmake")
----------------
If this comment is outdated, does that mean the `if (EXISTS)` can be removed too?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56609/new/

https://reviews.llvm.org/D56609





More information about the llvm-commits mailing list