[multilib] Teach Polly's CMake to use the libdir suffix variable. This
authorChandler Carruth <chandlerc@gmail.com>
Mon, 19 Jan 2015 01:03:05 +0000 (01:03 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 19 Jan 2015 01:03:05 +0000 (01:03 +0000)
commit78ae1c92cae9faf4a03bb1357ab6a46cb9ff61ff
tree839e044cd55c601fbbf228266a5a82f6f72f3ea5
parentded8207c4323366c1fe4287131e728defa685020
[multilib] Teach Polly's CMake to use the libdir suffix variable. This
lets 'ninja check-polly' pass for me with a lib64 build of LLVM.

I've not updated the standalone side as I don't use it and don't have an
easy way to test any changes I've made there. I mostly wanted to be able
to actually run Polly's tests when I update its use of LLVM's APIs
during my refactorings on the (very unlikely) off chance that I make
a change which compiles but does the wrong thing.

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