]> granicus.if.org Git - clang/commit
[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)
commit3126d021f0e4dc063c217fe8e5afff5f3ad370d0
tree58230c89f2874b3945c4f805a043946617dedb07
parentd10ddd5e6834ceb69c9e392a9f4dfeb6892e0740
[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.

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