OSDN Git Service

[CMake] Set per-runtime library directory suffix in runtimes build
authorPetr Hosek <phosek@chromium.org>
Tue, 10 Jul 2018 19:13:33 +0000 (19:13 +0000)
committerPetr Hosek <phosek@chromium.org>
Tue, 10 Jul 2018 19:13:33 +0000 (19:13 +0000)
commit071f23bbb928a2aee9f021078aaf5674526fc7d2
tree2de3013e91af5fe78313cf2aefe5544c4c418263
parentf3303f010c0400241b1056988c8d6fe53168452c
[CMake] Set per-runtime library directory suffix in runtimes build

Do not use LLVM_RUNTIMES_LIBDIR_SUFFIX variable which is an internal
variable used by the runtimes build from individual runtimes, instead
set per-runtime librarhy directory suffix variable which is necessary
for the sanitized runtimes build to install libraries into correct
location.

Differential Revision: https://reviews.llvm.org/D49121

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