[CMake] Pass CLANG_VERSION_* variables into later stages
authorChris Bieneman <beanz@apple.com>
Wed, 21 Sep 2016 20:43:43 +0000 (20:43 +0000)
committerChris Bieneman <beanz@apple.com>
Wed, 21 Sep 2016 20:43:43 +0000 (20:43 +0000)
commit2c4d54f3260cc8d282ec0b4e6cd98fa01023716e
tree0b41342ebd9d7c761cc4cf89c0cc73f7769ec1f4
parent8bfb2ef98fb8e7c44c19811c72dca0f9373517cf
[CMake] Pass CLANG_VERSION_* variables into later stages

When supporting overriding clang versions we also need to pass those through to the next stage so they remain overridden.

llvm-svn: 282109
clang/CMakeLists.txt