[llvm] r257856 - [autoconf] Install VersionFromVCS.cmake, too. clang/CMakeLists.txt requires it.
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 14 18:13:05 PST 2016
Author: chapuni
Date: Thu Jan 14 20:13:04 2016
New Revision: 257856
URL: http://llvm.org/viewvc/llvm-project?rev=257856&view=rev
Log:
[autoconf] Install VersionFromVCS.cmake, too. clang/CMakeLists.txt requires it.
Modified:
llvm/trunk/cmake/modules/Makefile
Modified: llvm/trunk/cmake/modules/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/cmake/modules/Makefile?rev=257856&r1=257855&r2=257856&view=diff
==============================================================================
--- llvm/trunk/cmake/modules/Makefile (original)
+++ llvm/trunk/cmake/modules/Makefile Thu Jan 14 20:13:04 2016
@@ -128,8 +128,7 @@ SKIPSRCMODS := \
LLVMBuildExports.cmake \
LLVMConfig.cmake \
LLVMConfigVersion.cmake \
- LLVMExports.cmake \
- VersionFromVCS.cmake
+ LLVMExports.cmake
SRCMODS := $(notdir $(wildcard $(PROJ_SRC_DIR)/*.cmake))
SRCMODS := $(filter-out $(SKIPSRCMODS),$(SRCMODS))
More information about the llvm-commits
mailing list