commit | 658beb930e5b637253fe6b2aa071a830ec0431e1 | [log] [tgz] |
---|---|---|
author | Chris Bieneman <beanz@apple.com> | Tue Oct 13 23:03:54 2015 +0000 |
committer | Chris Bieneman <beanz@apple.com> | Tue Oct 13 23:03:54 2015 +0000 |
tree | 93178d8fb6822963f37e1a03d05b7b5c6ec685f5 | |
parent | e978cdc84bf777d41709a5bbc6abb4f10d5596f2 [diff] |
[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. llvm-svn: 250246