[cmake/multilib] Support multilib libdir suffixes by applying the
authorChandler Carruth <chandlerc@gmail.com>
Mon, 29 Dec 2014 12:26:30 +0000 (12:26 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 29 Dec 2014 12:26:30 +0000 (12:26 +0000)
commit11fb7a49aec01bacacbb7be596e580cf3d24c55c
tree11fab355e2c96debc9668038ec842f8b5000b74f
parent24a6b05680c2f428272350ae63918f119069636c
[cmake/multilib] Support multilib libdir suffixes by applying the
LLVM_LIBDIR_SUFFIX variable to one place in the cmake file.

This is all that I had to do to get everything from compiler-rt working
for me, but there may be more work required if folks are relying on more
parts of compiler-rt. Notably, I'm mostly using it for the sanitizers.

llvm-svn: 224928
compiler-rt/CMakeLists.txt