[PATCH] D49587: [CMake] Support exporting runtimes using the CMake export

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 19 20:21:39 PDT 2018


phosek created this revision.
phosek added a reviewer: beanz.
Herald added subscribers: llvm-commits, christof, mgorny.

We collect target names in the global LLVM_RUNTIMES property and
then export them to a per-target export file.


Repository:
  rL LLVM

https://reviews.llvm.org/D49587

Files:
  compiler-rt/cmake/Modules/AddCompilerRT.cmake
  libcxx/lib/CMakeLists.txt
  libcxxabi/src/CMakeLists.txt
  libunwind/src/CMakeLists.txt
  llvm/runtimes/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49587.156423.patch
Type: text/x-patch
Size: 4270 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180720/79f87a13/attachment.bin>


More information about the llvm-commits mailing list