This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Set per-runtime library directory suffix in runtimes build
ClosedPublic

Authored by phosek on Jul 9 2018, 7:12 PM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Jul 9 2018, 7:12 PM
beanz accepted this revision.Jul 10 2018, 10:28 AM

LGTM

This revision is now accepted and ready to land.Jul 10 2018, 10:28 AM
phosek updated this revision to Diff 154852.Jul 10 2018, 11:54 AM
This revision was automatically updated to reflect the committed changes.