[PATCH] D41755: [CMake] Collect target names in the global LLVM_RUNTIMES property

2018-07-19 Thread Petr Hosek via Phabricator via cfe-commits
phosek abandoned this revision. phosek added a comment. Herald added a subscriber: ldionne. Replaced by https://reviews.llvm.org/D49587. Repository: rCXX libc++ https://reviews.llvm.org/D41755 ___ cfe-commits mailing list cfe-commits@lists.llvm.o

[PATCH] D41755: [CMake] Collect target names in the global LLVM_RUNTIMES property

2018-01-09 Thread Petr Hosek via Phabricator via cfe-commits
phosek updated this revision to Diff 129138. Repository: rCXX libc++ https://reviews.llvm.org/D41755 Files: lib/CMakeLists.txt Index: lib/CMakeLists.txt === --- lib/CMakeLists.txt +++ lib/CMakeLists.txt @@ -356,10 +356,11 @@

[PATCH] D41755: [CMake] Collect target names in the global LLVM_RUNTIMES property

2018-01-04 Thread Petr Hosek via Phabricator via cfe-commits
phosek created this revision. phosek added a reviewer: beanz. Herald added subscribers: cfe-commits, mgorny. This allows exporting the runtimes targets using the CMake export. Repository: rCXX libc++ https://reviews.llvm.org/D41755 Files: lib/CMakeLists.txt Index: lib/CMakeLists.txt