[PATCH] D32735: [libcxxabi][CMake] Set library dir when built under runtimes/

2017-05-03 Thread Jonas Hahnfeld via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL302118: [libcxxabi][CMake] Set library dir when built under runtimes/ (authored by Hahnfeld). Changed prior to commit: https://reviews.llvm.org/D32735?vs=97402&id=9#toc Repository: rL LLVM https

[PATCH] D32735: [libcxxabi][CMake] Set library dir when built under runtimes/

2017-05-02 Thread Jonas Hahnfeld via Phabricator via cfe-commits
Hahnfeld created this revision. Herald added a subscriber: mgorny. Herald added a reviewer: EricWF. This will put libraries into the build root's lib/ directory by default. https://reviews.llvm.org/D32735 Files: CMakeLists.txt Index: CMakeLists.txt ==