Move the setup for variables that are expanded in the lit.site.cfg into
authorChandler Carruth <chandlerc@gmail.com>
Thu, 28 Jun 2012 06:36:24 +0000 (06:36 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 28 Jun 2012 06:36:24 +0000 (06:36 +0000)
commitc502ed657a74fbbc910c07922ed4ed7e531002a2
treed014077a87e9b82745041a1b959ca573c0b41238
parent282969ed3641ffa426e0440d3824dd219152b2d8
Move the setup for variables that are expanded in the lit.site.cfg into
a dedicated helper function. This will enable re-using the same logic
for Clang's lit setup, etc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159333 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/AddLLVM.cmake
test/CMakeLists.txt