]> granicus.if.org Git - clang/commit
Switch from using a lit.cfg-generator variable to the real variable in
authorChandler Carruth <chandlerc@gmail.com>
Mon, 2 Jul 2012 20:14:59 +0000 (20:14 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 2 Jul 2012 20:14:59 +0000 (20:14 +0000)
commit56e9b0d28ed8d496a0cbd7fd0f22fbcf2f64acfa
tree94f3e6867cb6d3263d8b3765a45ad37a9eaa0a74
parent8f4783c6a5ae1e95aeb58b41da9707310e60ab5b
Switch from using a lit.cfg-generator variable to the real variable in
the standalone mode. We've changed scoping and sequencing of variables
being defined and that cause this to start to be unset breaking some
cmake users. Thanks to Jordan Rose for the report.

The fix also makes the condition on the preceding line much more
sensible. =D

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