llvm-project/compiler-rt/cmake/Modules
Petr Hosek d2d6c17760 [builtins] Use libtool for builtins when building for Apple platform
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.

Differential Revision: https://reviews.llvm.org/D62820

llvm-svn: 362466
2019-06-04 02:38:15 +00:00
..
CustomLibcxx [compiler-rt] Build custom libc++abi without exceptions. 2019-04-25 18:14:24 +00:00
AddCompilerRT.cmake Use CMAKE_C_COMPILER_ARG1 in compiler invocation 2019-05-19 03:29:15 +00:00
BuiltinTests.cmake [CMake] Fix broken uses of `try_compile_only()` and improve the function. 2019-03-15 20:14:46 +00:00
CompilerRTCompile.cmake [CMake] Avoid clang dependencies in the runtimes build 2019-02-13 06:49:47 +00:00
CompilerRTDarwinUtils.cmake [compiler-rt] Create install targets for Darwin libraries 2019-05-07 19:00:37 +00:00
CompilerRTLink.cmake Make cmake link flag naming consistent 2017-01-10 04:33:04 +00:00
CompilerRTUtils.cmake [Driver] Change layout of per-target runtimes to resemble multiarch 2019-05-27 23:23:50 +00:00
HandleCompilerRT.cmake [CMake] Add a missing case of TO_CMAKE_PATH 2018-11-27 09:23:15 +00:00
SanitizerUtils.cmake sanitizer_common: Change gen_dynamic_list.py to take a -o argument instead of writing to stdout. 2019-01-11 23:30:24 +00:00
UseLibtool.cmake [builtins] Use libtool for builtins when building for Apple platform 2019-06-04 02:38:15 +00:00