Use configure_lit_site_cfg instead of configure_file.
commitd4cacac0e8e17ec7dcf7e38ee630c8591d77ed94
authorMichael Kruse <llvm@meinersbur.de>
Thu, 25 Aug 2016 12:03:33 +0000 (25 12:03 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Thu, 25 Aug 2016 12:03:33 +0000 (25 12:03 +0000)
treedfe130b2f5c0a0c99f2098983acd4501178285e0
parent2358080f831697487d0dadf48ee8a0772ab194f2
Use configure_lit_site_cfg instead of configure_file.

configure_lit_site_cfg defines some more parameters that are used in
lit.site.cfg.in. configure_file would leave those empty. These additional
definitions seem to be unimportant for regression tests, but unittests do not
work without them.

In case of out-of-tree builds, define the additional parameters with default
values. These may not take all configuration parameters into account, as
configure_lit_site_cfg would.

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@279733 91177308-0d34-0410-b5e6-96231b3b80d8
test/CMakeLists.txt