]> granicus.if.org Git - clang/commit
[CMake]Getting rid of references to LLVM_SUBMIT_VERSION and LLVM_SUBMIT_SUBVERSION...
authorChris Bieneman <beanz@apple.com>
Tue, 13 Oct 2015 23:03:54 +0000 (23:03 +0000)
committerChris Bieneman <beanz@apple.com>
Tue, 13 Oct 2015 23:03:54 +0000 (23:03 +0000)
commit7e58714623a20a67ae52539f202a8d33f09976a5
treee0516b139aeacd6d1744ba49861a872f3a403400
parent51a1634aff2cfcf6f523a2020d34e82db1722058
[CMake]Getting rid of references to LLVM_SUBMIT_VERSION and LLVM_SUBMIT_SUBVERSION in favor of LLVM_VERSION_MAJOR and LLVM_VERSION_MINOR.

LLVM_SUBMIT_VERSION and LLVM_SUBMIT_SUBVERSION are commonly used variable names in the autoconf build system. They seem to have leeched into clang's CMake in a few places, and should just be replaced by the LLVM_VERSION_* variables where appropriate.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250246 91177308-0d34-0410-b5e6-96231b3b80d8
tools/driver/CMakeLists.txt
tools/libclang/CMakeLists.txt