[PATCH] D58204: CMake: Fix stand-alone clang builds since r353268
Tom Stellard via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 13 13:28:25 PST 2019
tstellar marked an inline comment as done.
tstellar 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")
----------------
smeenai wrote:
> Will this work when using llvm-config instead of LLVM's CMake package?
I will test this and a few other configurations to make sure.
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