Use configure_lit_site_cfg instead of configure_file.
authorMichael Kruse <llvm@meinersbur.de>
Thu, 25 Aug 2016 12:03:33 +0000 (12:03 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Thu, 25 Aug 2016 12:03:33 +0000 (12:03 +0000)
commit0e63ab4243089639c1b3f51f5ddd9c9761949644
tree0588c175cea16df476bfe11c4128091697d2a5b1
parent5f0d0e60d11b8d2e48aacf31a82762280f9a8712
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.

llvm-svn: 279733
polly/test/CMakeLists.txt