[PATCH] D58204: CMake: Fix stand-alone clang builds since r353268
Shoaib Meenai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 13 13:17:12 PST 2019
smeenai added inline comments.
================
Comment at: clang/lib/Basic/CMakeLists.txt:13
-set(generate_vcs_version_script "${LLVM_CMAKE_PATH}/GenerateVersionFromVCS.cmake")
+set(generate_vcs_version_script "${LLVM_CMAKE_DIR}/GenerateVersionFromVCS.cmake")
----------------
Will this work when using llvm-config instead of LLVM's CMake package?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58204/new/
https://reviews.llvm.org/D58204
More information about the cfe-commits
mailing list