llvm-project/compiler-rt/cmake/Modules
Chris Bieneman 6bd006f31a [CMake] Cleanup add_compiler_rt_object_library to be platform-agnostic
Summary:
This change takes darwin-specific goop that was scattered around CMakeLists files and spread between add_compiler_rt_object_library and add_compiler_rt_darwin_object_library and moves it all under add_compiler_rt_object_library.

The goal of this is to try to push platform handling as low in the utility functions as possible.

Reviewers: rnk, samsonov

Reviewed By: rnk, samsonov

Subscribers: rnk, rsmith, llvm-commits

Differential Revision: http://reviews.llvm.org/D10250

llvm-svn: 239498
2015-06-10 23:55:07 +00:00
..
AddCompilerRT.cmake [CMake] Cleanup add_compiler_rt_object_library to be platform-agnostic 2015-06-10 23:55:07 +00:00
CompilerRTCompile.cmake Translate some MSVC CMAKE_*_FLAGS to clang flags in clang_compile 2015-03-13 21:39:29 +00:00
CompilerRTLink.cmake [CMake] Use host compiler to build unittests in standalone mode 2014-02-19 13:01:03 +00:00
CompilerRTUtils.cmake Silence some CMake 3.3 dev warnings in compiler-rt 2015-05-20 16:56:17 +00:00
SanitizerUtils.cmake [asan] Use a version script to limit the symbols exported by the ASan shared runtime library. 2015-05-05 22:51:35 +00:00