[PATCH] D61541: [compiler-rt] Create install targets for Darwin libraries

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 3 15:15:57 PDT 2019


smeenai created this revision.
smeenai added reviewers: beanz, phosek.
Herald added subscribers: Sanitizers, mgorny, dberris.
Herald added projects: Sanitizers, LLVM.

Darwin targets were generating CMake install rules but not the
corresponding install targets. Centralize the existing install target
creation to a function and use that function for both Darwin and
non-Darwin builds.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D61541

Files:
  compiler-rt/cmake/Modules/AddCompilerRT.cmake
  compiler-rt/cmake/Modules/CompilerRTDarwinUtils.cmake
  compiler-rt/cmake/Modules/CompilerRTUtils.cmake

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61541.198103.patch
Type: text/x-patch
Size: 7734 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190503/8c8cd145/attachment.bin>


More information about the llvm-commits mailing list