Use LLVM_CMAKE_PATH to spawn GetSVN.cmake rather than the source path
when stand-alone build is performed, to remove the unnecessary
dependency on LLVM sources and use the installed version instead.
Non-standalone builds retain the old behavior.
Details
Details
- Reviewers
krytarowski beanz
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Maybe we should define LLVM_CMAKE_PATH in llvm's CMakeLists.txt so that we don't need a condition here or in clang where we do the same thing?
Comment Actions
This change makes sense for stand-alone builds, but if it's possible to remove branching in this CMake file - please go for it.