[cmake] Teach the Clang CMake build to use LLVM_LIBDIR_SUFFIX for its
authorChandler Carruth <chandlerc@gmail.com>
Mon, 29 Dec 2014 12:09:03 +0000 (12:09 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 29 Dec 2014 12:09:03 +0000 (12:09 +0000)
commit91663e55f651bebf99afc97d9b7a1958f5e9e9fa
treed4dce78195907201290150a411718266f282bdc7
parent9db2b524686e08db638d426f725db2e517fc84db
[cmake] Teach the Clang CMake build to use LLVM_LIBDIR_SUFFIX for its
'lib' directories in the build. This variable is available now both as
part of the normal LLVM build an as part of a standalone build as I've
added it to the LLVMConfig.cmake output.

With this change we should at least put libraries into the multilib
directory correctly. It is the first step in getting Clang to be
reasonably multilib aware.

llvm-svn: 224923
clang/CMakeLists.txt