[multilib] Teach LLD's CMake build to use LLVM_LIBDIR_SUFFIX which
authorChandler Carruth <chandlerc@gmail.com>
Mon, 29 Dec 2014 12:11:30 +0000 (12:11 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 29 Dec 2014 12:11:30 +0000 (12:11 +0000)
commit24e9773fc5b5955f8b010db357fee096432dc367
tree4ce4c390a1eb9bd2b6407a266d283ec462ca14f0
parentfd3cc70ed46b3cca63f539a5118340547d55fc8b
[multilib] Teach LLD's CMake build to use LLVM_LIBDIR_SUFFIX which
allows it to support multilib suffixed hosts using lib64, etc. This
variable is now available both in the direct LLVM build and from the
LLVMConfig.cmake file used by standalone builds.

llvm-svn: 224925
lld/CMakeLists.txt
lld/test/CMakeLists.txt