[PATCH] D62820: [builtins] Use libtool for builtins when building for Apple platform

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 3 12:28:42 PDT 2019


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

compiler-rt already uses libtool instead of ar when building for
Apple platform, but that's not being used when builtins are being
built separately e.g. as part of the runtimes build. This change
extracts the logic setting up libtool into a separate file and uses
it from both the compiler-rt and standalone builtins build.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D62820

Files:
  compiler-rt/CMakeLists.txt
  compiler-rt/cmake/Modules/UseLibtool.cmake
  compiler-rt/lib/builtins/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62820.202774.patch
Type: text/x-patch
Size: 4649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190603/427c930f/attachment.bin>


More information about the llvm-commits mailing list